You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
When using ``skimage.io.imread`` to read an image file, sometimes errors can be reported although the image file will be read successfully.
In those cases, Galaxy might detect the errors and assume that the tool has failed: https://docs.galaxyproject.org/en/latest/dev/schema.html#error-detection
To prevent this, this wrapper around ``skimage.io.imread`` will mute non-fatal all errors.
To prevent this, this wrapper around ``skimage.io.imread`` will mute all non-fatal errors.