We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Input should be checked and stopped at Napari interface before widget buttons get clicked.
The text was updated successfully, but these errors were encountered:
What I meant was that widgets fails to run because input could be invalid. Now I want to make the checking while user is inputting.
Sorry, something went wrong.
This Issue refers to the parameters/configs put into the Napari GUI.
Actually some inputs are checked like
https://github.com/hci-unihd/plant-seg/blob/7acc49c0d5ecc0414898f11e179b83fc3a6367b2/plantseg/viewer/widget/io.py#L194
I also added some:
https://github.com/hci-unihd/plant-seg/blob/7acc49c0d5ecc0414898f11e179b83fc3a6367b2/plantseg/viewer/widget/predictions.py#L205
But configs/args put into functions still need to be checked by Pydantic.
qin-yu
No branches or pull requests
Input should be checked and stopped at Napari interface before widget buttons get clicked.
The text was updated successfully, but these errors were encountered: