[run_selector] remove dependency to pp_params
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user