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

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed inconsistent defaults from the param dictionary
  • Loading branch information
daminton committed Nov 7, 2022
1 parent 772c5cc commit d4be7bd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/swiftest/swiftest/simulation_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ def __init__(self, codename="Swiftest", param_file="param.in", readbin=False, ve
'CHK_QMIN_COORD': "HELIO",
'CHK_QMIN_RANGE': "-1.0 -1.0",
'ENC_OUT': "",
'MU2KG': constants.MSun,
'TU2S': constants.JD2S,
'DU2M': constants.AU2M,
'EXTRA_FORCE': "NO",
'DISCARD_OUT': "",
'PARTICLE_OUT' : "",
Expand Down

0 comments on commit d4be7bd

Please sign in to comment.