Skip to content

Commit

Permalink
Unskip test
Browse files Browse the repository at this point in the history
  • Loading branch information
rhugonnet committed Oct 14, 2023
1 parent 01e3223 commit b200c47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_spatialstats.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"""

Expand Down

0 comments on commit b200c47

Please sign in to comment.