Closed ttricco closed 1 year ago
read_phantom() implicitly assumes that there are sink particles when separate_types='all'. This creates an (empty) SarracenDataFrame for the sink particles, which is unnecessary.
read_phantom()
separate_types='all'
read_phantom()
implicitly assumes that there are sink particles whenseparate_types='all'
. This creates an (empty) SarracenDataFrame for the sink particles, which is unnecessary.