Skip to content

Commit 16fec80

Browse files
authored
removed break statement
1 parent 45d5219 commit 16fec80

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/aind_exaspim_image_compression/evaluate.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ def load_images(self):
5353

5454
output_path = os.path.join(noise_dir, block_id)
5555
img_util.plot_mips(img[0, 0, ...], output_path=output_path)
56-
break
5756

5857
# --- Main ---
5958
def run(self, model_path):

0 commit comments

Comments
 (0)