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 2883f5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion autotest/test_prt_voronoi2.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +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)
Expand Down

0 comments on commit 2883f5a

Please sign in to comment.