Skip to content

Commit

Permalink
Rerun tests with scipy 1.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rhugonnet committed Oct 2, 2023
1 parent 66fbeb6 commit ca2a63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skgstat/tests/test_variogram.py
Original file line number Diff line number Diff line change
Expand Up @@ -1378,7 +1378,7 @@ def test_directional_covariable(self):
assert_array_almost_equal(self.v[:,1], vario._co_variable)

def test_cross_variogram_warns(self):
"""Test warning when cross-variogram is exported to gstools"""
"""Test warning when cross-variogram is exported to gstools (only if GSTools is installed)"""
vario = Variogram(self.c, self.v)

if GSTOOLS_AVAILABLE:
Expand Down

0 comments on commit ca2a63e

Please sign in to comment.