From 4d6867a21724879701a9cc5f8aa2e595e69b4fe2 Mon Sep 17 00:00:00 2001 From: Anwai Archit Date: Tue, 19 Nov 2024 10:44:15 +0100 Subject: [PATCH] Remove debug scripts --- test/test_sam_annotator/test_cli.py | 2 -- 1 file changed, 2 deletions(-) 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.