-
Notifications
You must be signed in to change notification settings - Fork 3
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
| def apply_threshold(imp, threshold_method, do_3d=True): |
python-imcflibs/src/imcflibs/imagej/processing.py
Lines 120 to 122 in 26f64c9
| auto_threshold_options = ( | |
| threshold_method + " " + "dark" + " " + "stack" if do_3D else "" | |
| ) |
There is a typo in the do_3D.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done