Skip to content
Snippets Groups Projects
Commit 756cc2f1 authored by Andi Gerken's avatar Andi Gerken
Browse files

Fixed Follow/ IID evaluation

parent 143cc951
No related branches found
No related tags found
No related merge requests found
Pipeline #48438 passed
...@@ -549,7 +549,10 @@ def evaluate_follow_iid( ...@@ -549,7 +549,10 @@ def evaluate_follow_iid(
# Created an issue # Created an issue
fig = plt.figure(figsize=(6 * len(grids), 6)) fig = plt.figure(figsize=(6 * len(grids), 6))
fig.suptitle(f"follow/iid: from left to right:\n{', '.join(labels)}", fontsize=12) fig.suptitle(
f"follow/iid: from left to right:\n{', '.join([str(l) for l in labels])}",
fontsize=12,
)
gs = gridspec.GridSpec(1, len(grids)) gs = gridspec.GridSpec(1, len(grids))
for i in range(len(grids)): for i in range(len(grids)):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment