Skip to content

Commit 1765404

Browse files
committed
Move multi-line comment above statement
1 parent 362f8e1 commit 1765404

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/imcflibs/imagej/trackmate.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ def cellpose_detector(
6969

7070
settings.detectorFactory = CellposeDetectorFactory()
7171
settings.detectorSettings["TARGET_CHANNEL"] = target_channel
72-
settings.detectorSettings["OPTIONAL_CHANNEL_2"] = optional_channel # Set optional channel to 0, will be
73-
# overwritten if needed
72+
# set optional channel to 0, will be overwritten if needed:
73+
settings.detectorSettings["OPTIONAL_CHANNEL_2"] = optional_channel
7474

7575
settings.detectorSettings["CELLPOSE_PYTHON_FILEPATH"] = pathtools.join2(
7676
cellpose_env_path, "python.exe"

0 commit comments

Comments
 (0)