Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit 8e0b673

Browse files
fix: reduce diff
1 parent 5755f1f commit 8e0b673

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

s2p/initialization.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,6 @@ def is_this_tile_useful(x, y, w, h, images, images_sizes, border_margin, cfg):
347347
mask = masking.image_tile_mask(x, y, w, h, roi_msk, cld_msk, wat_msk,
348348
images_sizes[0], border_margin=border_margin, temporary_dir=cfg['temporary_dir'])
349349
if not mask.any():
350-
351350
return False, None
352351
return True, mask
353352

0 commit comments

Comments
 (0)