fix file name shenanigans

This commit is contained in:
2026-03-27 19:33:19 -07:00
parent 48f9657d0f
commit a144ff1178

View File

@@ -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(