Skip to content

Commit

Permalink
fix voronoi2
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Dec 6, 2024
1 parent c441801 commit 7260221
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions autotest/test_prt_voronoi2.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,6 @@ def check_output(idx, test):

# pathlines should be west -> east and no elevation change
assert len(pls.irpt.unique()) == 3
assert np.allclose(pls.y, 967.556473)
assert pls.x.min() < 250
assert pls.x.max() > 1950
assert np.allclose(pls[pls.irpt == 1].z, 0.166666)
assert np.allclose(pls[pls.irpt == 2].z, 0.5)
Expand Down

0 comments on commit 7260221

Please sign in to comment.