add astrophysix support, fix labels

This commit is contained in:
Noe Brucy
2020-12-14 10:08:01 +01:00
parent 653e64d782
commit 7f7216abf6
6 changed files with 519 additions and 355 deletions
+6 -1
View File
@@ -17,6 +17,7 @@ class Comparator(Aggregator, HDF5Container):
pp_params=default_params(),
selector=None,
tag=None,
unit_time=cst.year,
**kwargs
):
"""
@@ -53,7 +54,11 @@ class Comparator(Aggregator, HDF5Container):
for num in self.nums[run]:
self.pp[run][num] = PostProcessor(
path_run, num, path_out=path_out_run, pp_params=self.pp_params
path_run,
num,
path_out=path_out_run,
pp_params=self.pp_params,
unit_time=unit_time,
)
run0 = self.runs[0]