Skip to content

Commit

Permalink
Merge branch 'ahfv1_backward_compat_fix' into BH_merger_logcache_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mtremmel committed Nov 29, 2024
2 parents af8813e + a9f74cf commit fa61c06
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 fa61c06

Please sign in to comment.