Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
rhugonnet committed Oct 13, 2023
1 parent 629aa88 commit 4e2d92b
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 @@ -1656,7 +1656,7 @@ def test_cross_variogram_warns(self):
if GSTOOLS_AVAILABLE:
with self.assertWarns(Warning) as w:
vario.to_gstools()

self.assertTrue("This instance is a cross-variogram!!" in str(w.warning))


Expand Down

0 comments on commit 4e2d92b

Please sign in to comment.