Skip to content

Commit 3e62c91

Browse files
Apply suggestions from code review
1 parent 583781e commit 3e62c91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

synapse_net/inference/mitochondria.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ def segment_mitochondria(
5959
scale: Optional[List[float]] = None,
6060
mask: Optional[np.ndarray] = None,
6161
seed_distance: int = 6,
62-
ws_block_shape=(128, 256, 256),
63-
ws_halo=(48, 48, 48),
62+
ws_block_shape: Tuple[int, ...] = (128, 256, 256),
63+
ws_halo: Tuple[int, ...] = (48, 48, 48),
6464
) -> Union[np.ndarray, Tuple[np.ndarray, np.ndarray]]:
6565
"""Segment mitochondria in an input volume.
6666

0 commit comments

Comments
 (0)