Skip to content
Snippets Groups Projects
Commit 52bd00b6 authored by leufen1's avatar leufen1
Browse files

apply fix, /close #349

parent b39a7c63
No related branches found
No related tags found
4 merge requests!430update recent developments,!413update release branch,!412Resolve "release v2.0.0",!376Resolve "BUG: competitors not appearing in latex reports"
Pipeline #86793 passed
......@@ -930,7 +930,7 @@ class PostProcessing(RunEnvironment):
model_list = None
# test errors of competitors
for model_type in remove_items(model_list or [], list(errors.keys())):
for model_type in (model_list or []):
if self.observation_indicator not in combined.coords[self.model_type_dim]:
continue
if model_type not in errors.keys():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment