Skip to content

Commit

Permalink
fix gaps name
Browse files Browse the repository at this point in the history
  • Loading branch information
jpreiss committed Jul 10, 2024
1 parent 0d2d08b commit f7dd81b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gaps_analyze.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ def plot_params(dfs: Sequence[pd.DataFrame], style):
x=TIME,
y=RATIO_DEFAULT,
col="optimizer",
col_order=["gaps", "episodic", EPISODIC_STAR, "singlepoint"],
col_order=[GAPS, "episodic", EPISODIC_STAR, "singlepoint"],
row="axis",
row_order=AXES,
hue="parameter",
Expand Down

0 comments on commit f7dd81b

Please sign in to comment.