Skip to content

Commit

Permalink
corrected test result
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed Apr 12, 2023
1 parent 98e22bc commit 779a6f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def test_connected_components():
surface = nppas.all_labels_to_surface(image)
connected_components = nppas.connected_component_labeling(surface)

assert len(np.unique(connected_components[2])) == 3
assert len(np.unique(connected_components[2])) == 2

def test_decimate():
import napari_process_points_and_surfaces as nppas
Expand Down

0 comments on commit 779a6f7

Please sign in to comment.