Skip to content

Commit

Permalink
style...
Browse files Browse the repository at this point in the history
  • Loading branch information
AnihilatorGun committed Nov 18, 2024
1 parent 567da9a commit 780df14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_convex_hull.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def test_convex_hull_image_non2d(offset_coordinates):
image = np.zeros((3, 3, 3), dtype=bool)

with pytest.raises(RuntimeError):
chull = convex_hull_image_fast(image, offset_coordinates=offset_coordinates)
_ = convex_hull_image_fast(image, offset_coordinates=offset_coordinates)


def test_convex_hull_image_empty(offset_coordinates):
Expand Down

0 comments on commit 780df14

Please sign in to comment.