Skip to content

Commit 417d8cf

Browse files
Fix bug introduced in the multi cycle PR
1 parent 0ae2453 commit 417d8cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

long-runs/train_eval_plot_script_click_multi_cycle.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,8 +343,8 @@
343343
)
344344
@click.option(
345345
"--suffix_id_name",
346-
default="wfeRes_256",
347-
#multiple=True,
346+
default=["2c", "5c"],
347+
multiple=True,
348348
type=str,
349349
help="Plot parameter. Suffix needed to recreate the different id names."
350350
)

0 commit comments

Comments
 (0)