From a23cf7ffb86a01f5cda1661e43f5a6ad0a6ebeea Mon Sep 17 00:00:00 2001 From: fernandezfran Date: Mon, 25 Sep 2023 10:16:20 -0300 Subject: [PATCH] IndexError in test plots --- tests/test_plot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_plot.py b/tests/test_plot.py index ec14e7d..a268c14 100644 --- a/tests/test_plot.py +++ b/tests/test_plot.py @@ -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