Solve not a group bug
This commit is contained in:
@@ -489,6 +489,8 @@ class SnapshotProcessor(HDF5Container):
|
||||
self.open()
|
||||
if "/maps" not in self.save:
|
||||
self.save.create_group("/", "maps", "2D maps")
|
||||
if "/hist" not in self.save:
|
||||
self.save.create_group("/", "hist", "Histograms")
|
||||
if "/datasets" not in self.save:
|
||||
self.save.create_group("/", "datasets", "Complex datasets")
|
||||
self.save.root.maps._v_attrs.center = center
|
||||
|
||||
Reference in New Issue
Block a user