version 2.1.10error : cannot access local variable 'channel_elmt' where it is not associated with a valuetraceback :
Traceback (most recent call last):
  File "/home/floric/my_projects/small_fish_gui/src/small_fish_gui/main_menu.py", line 55, in <module>
    nucleus_label, cytoplasm_label, user_parameters = segment_cells(
                                                      ^^^^^^^^^^^^^^
  File "/home/floric/my_projects/small_fish_gui/src/small_fish_gui/pipeline/actions.py", line 52, in segment_cells
    nucleus_label, cytoplasm_label, user_parameters = launch_segmentation(
                                                      ^^^^^^^^^^^^^^^^^^^^
  File "/home/floric/my_projects/small_fish_gui/src/small_fish_gui/pipeline/segmentation.py", line 76, in launch_segmentation
    event, values = segmentation_prompt(
                    ^^^^^^^^^^^^^^^^^^^^
  File "/home/floric/my_projects/small_fish_gui/src/small_fish_gui/gui/prompts.py", line 170, in segmentation_prompt
    layout, event_dict = _segmentation_layout(**segmentation_parameters)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/floric/my_projects/small_fish_gui/src/small_fish_gui/gui/layout.py", line 239, in _segmentation_layout
    nucleus_parameters_col, nucleus_event_dict = _segmentate_object_layout(
                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/floric/my_projects/small_fish_gui/src/small_fish_gui/gui/layout.py", line 368, in _segmentate_object_layout
    object_key + "_channel" : channel_elmt, # For batch mode layout update
                              ^^^^^^^^^^^^
UnboundLocalError: cannot access local variable 'channel_elmt' where it is not associated with a value
version 2.1.10error : cannot access local variable 'channel_elmt' where it is not associated with a valuetraceback :
Traceback (most recent call last):
  File "/home/floric/my_projects/small_fish_gui/src/small_fish_gui/main_menu.py", line 55, in <module>
    nucleus_label, cytoplasm_label, user_parameters = segment_cells(
                                                      ^^^^^^^^^^^^^^
  File "/home/floric/my_projects/small_fish_gui/src/small_fish_gui/pipeline/actions.py", line 52, in segment_cells
    nucleus_label, cytoplasm_label, user_parameters = launch_segmentation(
                                                      ^^^^^^^^^^^^^^^^^^^^
  File "/home/floric/my_projects/small_fish_gui/src/small_fish_gui/pipeline/segmentation.py", line 76, in launch_segmentation
    event, values = segmentation_prompt(
                    ^^^^^^^^^^^^^^^^^^^^
  File "/home/floric/my_projects/small_fish_gui/src/small_fish_gui/gui/prompts.py", line 170, in segmentation_prompt
    layout, event_dict = _segmentation_layout(**segmentation_parameters)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/floric/my_projects/small_fish_gui/src/small_fish_gui/gui/layout.py", line 239, in _segmentation_layout
    nucleus_parameters_col, nucleus_event_dict = _segmentate_object_layout(
                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/floric/my_projects/small_fish_gui/src/small_fish_gui/gui/layout.py", line 368, in _segmentate_object_layout
    object_key + "_channel" : channel_elmt, # For batch mode layout update
                              ^^^^^^^^^^^^
UnboundLocalError: cannot access local variable 'channel_elmt' where it is not associated with a value
version 2.1.15error : show_segmentation() got an unexpected keyword argument 'other_image'traceback :
Traceback (most recent call last):
  File "/home/floric/my_projects/small_fish_gui/src/small_fish_gui/main_menu.py", line 55, in <module>
    nucleus_label, cytoplasm_label, user_parameters = segment_cells(
                                                      ^^^^^^^^^^^^^^
  File "/home/floric/my_projects/small_fish_gui/src/small_fish_gui/pipeline/actions.py", line 52, in segment_cells
    nucleus_label, cytoplasm_label, user_parameters = launch_segmentation(
                                                      ^^^^^^^^^^^^^^^^^^^^
  File "/home/floric/my_projects/small_fish_gui/src/small_fish_gui/pipeline/segmentation.py", line 134, in launch_segmentation
    nucleus_label, cytoplasm_label = napari_show_segmentation(
                                     ^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: show_segmentation() got an unexpected keyword argument 'other_image'
