We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da5f514 commit 925c81dCopy full SHA for 925c81d
1 file changed
src/imcflibs/imagej/bdv.py
@@ -731,6 +731,7 @@ def get_processing_settings(dimension, selection, value, range_end):
731
tuple of str
732
processing_option, dimension_select
733
"""
734
+ processing_option = dimension_select = ""
735
736
# Validate inputs according to the function docstring
737
valid_dimensions = ("angle", "channel", "illumination", "tile", "timepoint")
0 commit comments