diff --git a/test/test_sam_annotator/test_cli.py b/test/test_sam_annotator/test_cli.py index 4c914c5b..9e5b63a5 100644 --- a/test/test_sam_annotator/test_cli.py +++ b/test/test_sam_annotator/test_cli.py @@ -95,8 +95,6 @@ def test_automatic_segmentation(self): image_data = binary_blobs(512).astype("uint8") * 255 imageio.imwrite(im_path, image_data) - print(image_data.shape) - out_path = "output.tif" # Test AMG with default model in default mode.