AllenCell / napari-allencell-segmenter

A plugin that enables image segmentation provided by Allen Institute for Cell Science
BSD 3-Clause "New" or "Revised" License
16 stars 6 forks source link

Parameter sweep values need to be numerical only #151

Closed lynwilhelm closed 1 year ago

lynwilhelm commented 1 year ago

This text document allows the plugin developers to gather the information they need to understand and prioritize your bug report. Please write your responses in the space below each section (replace [your answer here] with your answer), then click the "Submit new issue" button when you are finished. You can preview the formatting of this document using the Preview tab above.

Description

Today you can add text in the input fields in the param sweep dialog, which is funky!

Error message

[Paste your napari error output here, if any.]
* If you can't find the error message, go to Plugins > Plugin Errors > napari-allencell-segmenter
* Most of the time, the most helpful information is at the very bottom of the error output

Expected Behavior

What did you expect to happen instead? [your answer here]

Reproduction

Please list the exact steps we can take to reproduce this bug.

  1. [first step]
  2. [second step]
  3. [so on...]

Environment

yrkim98 commented 1 year ago

I have this fixed in https://github.com/AllenCell/napari-allencell-segmenter/pull/150 but am waiting for a code approval before I can deploy it!