Skip to content
Snippets Groups Projects
Commit 2bba2c77 authored by Alán Muñoz's avatar Alán Muñoz
Browse files

fix(postpro): remoev enumeration

parent e4a1b09a
No related branches found
No related tags found
No related merge requests found
......@@ -298,7 +298,7 @@ class PostProcessor(ProcessABC):
self.run_prepost()
for process, datasets in tqdm(enumerate(self.targets["processes"])):
for process, datasets in tqdm(self.targets["processes"]):
if process in self.parameters["param_sets"].get(
"processes", {}
): # If we assigned parameters
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment