[run_selector] remove dependency to pp_params

This commit is contained in:
Noe Brucy
2021-05-27 12:00:05 +02:00
parent 8f1c9885e9
commit 8aba163ab9
3 changed files with 8 additions and 7 deletions
+3 -1
View File
@@ -47,7 +47,9 @@ class Comparator(Aggregator, HDF5Container):
# Select runs
if selector is None:
selector = RunSelector(path, in_runs, in_nums, self.pp_params, **kwargs)
selector = RunSelector(
path, in_runs, in_nums, self.pp_params.input.nml_filename, **kwargs
)
# Save infos
self.path = path