Skip to content

Commit

Permalink
Fix stitching test
Browse files Browse the repository at this point in the history
  • Loading branch information
constantinpape committed Jan 1, 2025
1 parent 3adaf23 commit d94dd5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/segmentation/test_stitching.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def test_stitch_tiled_segmentation(self):
# Get the tiled segmentation with unmerged instances at tile interfaces.
labels, original_labels = self.get_tiled_data(tile_shape=tile_shape, size=1000)
stitched_labels = stitch_tiled_segmentation(segmentation=labels, tile_shape=tile_shape, verbose=False)
self._check_result(stitched_labels, labels)
self._check_result(stitched_labels, original_labels)


if __name__ == "__main__":
Expand Down

0 comments on commit d94dd5a

Please sign in to comment.