[sinks] correct units
This commit is contained in:
+1
-1
@@ -895,7 +895,7 @@ class Plotter(Aggregator, BaseProcessor):
|
||||
self.current_processor.get_value("/datasets/sinks")
|
||||
)
|
||||
part_pos = sinks[["x", "y", "z"]].values
|
||||
mass = sinks.M
|
||||
mass = sinks.msink
|
||||
unit_length /= self.current_processor.lbox
|
||||
except KeyError:
|
||||
self.current_processor._log("No sinks particles", "WARNING")
|
||||
|
||||
Reference in New Issue
Block a user