Skip to content

Commit

Permalink
Update arepo_catalog.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tberlok committed Nov 29, 2024
1 parent 31edb0e commit aadf8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paicos/readers/arepo_catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def info(self, verbose=True):
not_implemented_sub_keys = []
implemented_sub_keys = []
for key in list(sub_keys):
if key in unit_specifications.unit_dict['subs']:
if key in unit_specifications.unit_dict['subhalos']:
implemented_sub_keys.append(key)
else:
not_implemented_sub_keys.append(key)
Expand Down

0 comments on commit aadf8cb

Please sign in to comment.