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

Commit

Permalink
Set default istep_out and istep_dump to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Nov 29, 2022
1 parent f340cc9 commit 04b2fad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/swiftest/swiftest/simulation_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -721,9 +721,9 @@ def set_parameter(self, verbose: bool = True, **kwargs):
"tstart": 0.0,
"tstop": None,
"dt": None,
"istep_out": None,
"istep_out": 1,
"tstep_out": None,
"istep_dump": None,
"istep_dump": 1,
"init_cond_file_type": "NETCDF_DOUBLE",
"init_cond_file_name": None,
"init_cond_format": "EL",
Expand Down

0 comments on commit 04b2fad

Please sign in to comment.