Skip to content

Commit

Permalink
attempt to avoid auto selection of new input handler
Browse files Browse the repository at this point in the history
  • Loading branch information
mtremmel committed Nov 22, 2024
1 parent 24b9fb5 commit a9f74cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tangos/input_handlers/pynbody.py
Original file line number Diff line number Diff line change
Expand Up @@ -836,6 +836,7 @@ class ChangaUseIDLInputHandler(ChangaInputHandler):
enable_autoselect = False

class ChangaAHFv1InputHandler(ChangaInputHandler):
patterns=[] #emtpy so that this is only used when explicitly asked for
@classmethod
def _construct_pynbody_halos(cls, sim, *args, **kwargs):
kwargs['halo_numbers'] = 'v1'
Expand Down

0 comments on commit a9f74cf

Please sign in to comment.