Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
switched to progress bar mode for now
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Nov 21, 2022
1 parent a8fbe06 commit 6f90ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/swiftest/swiftest/simulation_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ def _run_swiftest_driver(self):
f.write(f"#{self._shell_full} -l\n")
f.write(f"source ~/.{self._shell}rc\n")
f.write(f"cd {self.sim_dir}\n")
f.write(f"{str(self.driver_executable)} {self.integrator} {str(self.param_file)} compact\n")
f.write(f"{str(self.driver_executable)} {self.integrator} {str(self.param_file)} progress\n")

cmd = f"{env['SHELL']} -l {driver_script}"

Expand Down

0 comments on commit 6f90ed3

Please sign in to comment.