Skip to content

Commit

Permalink
update test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
grlee77 committed Apr 16, 2024
1 parent 80564e3 commit a96ec92
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,6 @@ def test_vertical_line_seed(self):
with pytest.warns(FutureWarning):
self._test_vertical_line(seed=15)

def test_vertical_line_random_state(self):
"""random_state was deprecated (now use rng)"""
with pytest.warns(FutureWarning):
self._test_vertical_line(random_state=15)

def test_01_01_rectangle(self):
"""Test skeletonize on a rectangle"""
image = cp.zeros((9, 15), bool)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,5 @@ def test_disambiguate_zero_shift():
image,
image,
disambiguate=True,
return_error="always",
)
assert computed_shift == (0, 0)

0 comments on commit a96ec92

Please sign in to comment.