Skip to content

Commit b58f1d3

Browse files
committed
fix mask error
1 parent feadf6f commit b58f1d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

synaptic_reconstruction/inference/compartments.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ def segment_compartments(
105105
verbose: bool = True,
106106
return_predictions: bool = False,
107107
scale: Optional[List[float]] = None,
108+
mask: Optional[np.ndarray] = None,
108109
) -> Union[np.ndarray, Tuple[np.ndarray, np.ndarray]]:
109110
"""
110111
Segment synaptic compartments in an input volume.

0 commit comments

Comments
 (0)