diff --git a/tests/test_spatialstats.py b/tests/test_spatialstats.py index e7e6690c..2b141f87 100644 --- a/tests/test_spatialstats.py +++ b/tests/test_spatialstats.py @@ -918,7 +918,6 @@ def test_estimate_model_spatial_correlation_and_infer_from_stable(self) -> None: dvalues=diff_on_stable_arr, stable_mask=self.outlines, list_models=["Gau", "Sph"], random_state=42 ) - @pytest.mark.skip("Need to wait until SciPy publishes 1.11.3 with fix.") # type: ignore def test_empirical_fit_plotting(self) -> None: """Verify that the shape of the empirical variogram output works with the fit and plotting"""