Skip to content

Commit

Permalink
Fixing small test bug
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisDesdoigts committed Oct 3, 2023
1 parent 681a2c6 commit 5fc620b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/test_geometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def test_soft_spider(coords, width, angles, clip_dist):


def test_circ_distance(coords, radius):
result = circle(coords, 2 * radius)
result = circle(coords, radius)
distances = utils.cart2polar(coords)[0] - radius
assert np.allclose(result, distances < 0)

Expand Down

0 comments on commit 5fc620b

Please sign in to comment.