Skip to content

Commit

Permalink
remove parameter that isn't needed
Browse files Browse the repository at this point in the history
  • Loading branch information
mtremmel committed Jul 18, 2024
1 parent 97da34c commit 65027c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tangos/input_handlers/pynbody.py
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ class RamsesAHFInputHandler(RamsesCatalogueMixin, AHFInputHandler):
class ChangaInputHandler(PynbodyInputHandler):
flags_include = ["dPhysDenMin", "dCStar", "dTempMax",
"dESN", "bLowTCool", "bSelfShield", "dExtraCoolShutoff",
"dHubble0", "dOmega0", "dLambda", "dMsolUnit", "dKpcUnit", "dStarFormEfficiencyH2"]
"dHubble0", "dOmega0", "dLambda", "dMsolUnit", "dKpcUnit"]

patterns = ["*.00???","*.00????","*.0????"]

Expand Down

0 comments on commit 65027c5

Please sign in to comment.