Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed May 28, 2022
1 parent 4219e73 commit 0133d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion napari_skimage_regionprops/_tests/test_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ def test_shape_descriptors():
])

from napari_skimage_regionprops import regionprops_table
table = regionprops_table(labels, labels, None, False, False, False, True)
table = regionprops_table(labels, labels, False, False, False, True)

print(table.keys())
assert "area" not in table.keys()
Expand Down

0 comments on commit 0133d63

Please sign in to comment.