Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
alavenant committed Oct 3, 2024
1 parent 8328432 commit 7c5b3c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_radius_assign.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ def func_test(pt):
"limit_z_above, limit_z_below",
[
(-1, -1), # no limit
(-1, 2), # limit below only
(2, -1), # limit above only
(-1, 1.75), # limit below only
(1.75, -1), # limit above only
(0, -1), # take all points below only
(-1, 0), # take all points above only
(-0.5, 0.5),
Expand Down

0 comments on commit 7c5b3c4

Please sign in to comment.