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

Commit

Permalink
Added new parameters to defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Dec 6, 2022
1 parent 7dadfa6 commit 0a71ee7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/swiftest/swiftest/simulation_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -789,6 +789,8 @@ def set_parameter(self, verbose: bool = True, **kwargs):
"encounter_check_loops": "TRIANGULAR",
"ephemeris_date": "MBCL",
"restart": False,
"encounter_save" : "NONE",
"fragmentation_save" : "NONE"
}
param_file = kwargs.pop("param_file",None)

Expand Down

0 comments on commit 0a71ee7

Please sign in to comment.