[plotter] allow all parts fields for filtering

This commit is contained in:
Noe Brucy
2021-12-20 15:44:57 +01:00
parent e135c9266d
commit bb5e7f9ee7
+1 -1
View File
@@ -956,7 +956,7 @@ class Plotter(Aggregator, BaseProcessor):
return
elif parts:
# Open particle HDF5 filetype_from_ext
self.current_processor.load_parts(keys=["pos", "mass"])
self.current_processor.load_parts()
data = self.current_processor.parts
part_pos = self.current_processor.parts["pos"]
mass = self.current_processor.parts["mass"]