SWIFTSIM / velociraptor-python

Python tools for using velociraptor catalogues, with SWIFT integration
GNU Lesser General Public License v3.0
0 stars 8 forks source link

Loading group file when not passing a catalogue #104

Open robjmcgibbon opened 10 months ago

robjmcgibbon commented 10 months ago

The load_groups function definition does not require a catalogue to be passed, but in that case https://github.com/SWIFTSIM/velociraptor-python/blob/0d6e4043b8dfed74c444d7ad16e112cfea961d96/velociraptor/particles/particles.py#L60 will throw an error. Should load_groups just be changed to require a catalogue?