diff --git a/test/test_radius_assign.py b/test/test_radius_assign.py index 9efa9ac..d4ea943 100755 --- a/test/test_radius_assign.py +++ b/test/test_radius_assign.py @@ -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),