forked from StrafesNET/strafe-ai
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
a144ff1178
|
@@ -32,10 +32,9 @@ impl SimulateSubcommand {
|
||||
.to_str()
|
||||
.unwrap()
|
||||
.to_owned();
|
||||
file_name.push_str("_replay");
|
||||
file_name.push_str("_replay.snfb");
|
||||
let mut path = self.model_file.clone();
|
||||
path.set_file_name(file_name);
|
||||
path.set_extension("snfb");
|
||||
path
|
||||
});
|
||||
inference(
|
||||
|
||||
Reference in New Issue
Block a user