Skip to content

Commit

Permalink
fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaelicke committed Oct 19, 2023
1 parent 11a60c5 commit 4c9090a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions skgstat/tests/test_gstatsim_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,10 +207,10 @@ def test_simulation():
sim = variogram.simulation(grid, size=1)

assert isinstance(sim, list)

assert_array_almost_equal(
sim[0],
np.array([182.6, 173.2, 176.2, 160.1, 170.9, 150.7, 214.8, 223.3, 188.]),
np.array([182.6, 173.2, 176.2, 160.1, 170.9, 150.7, 214.8, 223.3, 188.]),
decimal=1
)

Expand Down

0 comments on commit 4c9090a

Please sign in to comment.