Skip to content

Commit

Permalink
IndexError in test plots
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandezfran committed Sep 25, 2023
1 parent 644527f commit a23cf7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def test_plot_in_render_map(
greg.plot.in_render_map(experiment["C_rates"], ax=test_ax)

# ref plot
fig_ref.axes[0].set_visible(False)
# fig_ref.axes[0].set_visible(False)
ref_ax = fig_ref.subplots()

# ref map
Expand Down

0 comments on commit a23cf7f

Please sign in to comment.