Skip to content

Commit

Permalink
fix missing parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiamaedler committed Dec 15, 2024
1 parent de25590 commit a46321a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scportrait/pipeline/segmentation/workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -1718,7 +1718,7 @@ class CytosolOnlySegmentationCellpose(_CellposeSegmentation):
N_MASKS = 1
N_INPUT_CHANNELS = 2
MASK_NAMES = ["cytosol"]
DEFAULT_CYTOSOL_IDS = [0, 1]
DEFAULT_CYTOSOL_CHANNEL_IDS = [0, 1]

def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)
Expand Down

0 comments on commit a46321a

Please sign in to comment.