[run_selector] some fixes
This commit is contained in:
+3
-2
@@ -69,6 +69,7 @@ class StudyProcessor(Aggregator, HDF5Container):
|
||||
self.snaps[run][num] = SnapshotProcessor(
|
||||
path_run,
|
||||
num,
|
||||
selector=selector,
|
||||
path_out=path_out_run,
|
||||
params=self.params,
|
||||
unit_time=unit_time,
|
||||
@@ -669,7 +670,7 @@ class StudyProcessor(Aggregator, HDF5Container):
|
||||
"time_rho_prof": Rule(
|
||||
self,
|
||||
partial(
|
||||
self._time_series, partial(self.get_pp_value, "/profile/rho_prof")
|
||||
self._time_series, partial(self.get_snap_value, "/profile/rho_prof")
|
||||
),
|
||||
group="/series",
|
||||
dependencies={"time": None, "rho_prof": "__parent__"},
|
||||
@@ -677,7 +678,7 @@ class StudyProcessor(Aggregator, HDF5Container):
|
||||
"time_coldens_pdf": Rule(
|
||||
self,
|
||||
partial(
|
||||
self._time_series, partial(self.get_pp_value, "/hist/pdf_coldens")
|
||||
self._time_series, partial(self.get_snap_value, "/hist/pdf_coldens")
|
||||
),
|
||||
group="/series",
|
||||
dependencies={"time": None, "pdf_coldens": "__parent__"},
|
||||
|
||||
Reference in New Issue
Block a user