[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
+1 -1
View File
@@ -151,7 +151,7 @@ class Plotter(Aggregator, BaseProcessor):
# Select runs
if selector is None:
self.selector = RunSelector(
path, in_runs, in_nums, self.pp_params, **kwargs
path, in_runs, in_nums, self.pp_params.input.nml_filename, **kwargs
)
else:
self.selector = selector