Skip to content

Commit

Permalink
fix: test mask expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
OBrink committed Dec 8, 2023
1 parent a86c01f commit 832f3bb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_mask_expansion.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,8 @@ def test_expand_masks():
test_image_array,
test_seed_pixels,
test_mask_array,
np.zeros(test_image_array.shape, dtype=bool),
)
expected_result.all() == actual_result.all()
# assert expected_result.all() == actual_result.all()
assert expected_result.all() == actual_result.all()


def test_expansion_coordination():
Expand Down

0 comments on commit 832f3bb

Please sign in to comment.