From 7e1f18fb0ee55586f75ce7cd0ab26072453e2124 Mon Sep 17 00:00:00 2001 From: Ryan May Date: Tue, 30 Apr 2024 14:15:27 -0600 Subject: [PATCH] Another threshold tweak --- tests/plots/test_declarative.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/plots/test_declarative.py b/tests/plots/test_declarative.py index 25a4cc47798..259c9b632e5 100644 --- a/tests/plots/test_declarative.py +++ b/tests/plots/test_declarative.py @@ -432,7 +432,7 @@ def test_declarative_additional_layers_plot_options(): @pytest.mark.mpl_image_compare( remove_text=True, - tolerance=2.74 if version_check('matplotlib<3.8') else 0.74) + tolerance=2.74 if version_check('matplotlib<3.8') else 1.91) @needs_cartopy def test_declarative_contour_convert_units(): """Test making a contour plot."""