Skip to content
Snippets Groups Projects
Commit 1345b205 authored by Peter Lünenschloß's avatar Peter Lünenschloß
Browse files

catched it

parent f535d178
No related branches found
No related tags found
8 merge requests!685Release 2.4,!684Release 2.4,!567Release 2.2.1,!566Release 2.2,!501Release 2.1,!372fix doctest snippets,!369Current documentation,!317History sensitive plots
Pipeline #48360 passed with stage
in 1 minute and 41 seconds
......@@ -235,7 +235,7 @@ def _plotVarWithFlags(
if history:
for i in flags_hist.columns:
# catch empty but existing history case (flags_meta={})
if len(flags_meta) == 0:
if len(flags_meta[i]) == 0:
continue
scatter_kwargs.update({"label": flags_meta[i]["func"].split(".")[-1]})
flags_i = flags_hist[i].astype(float)
......
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