mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-30 02:22:26 +08:00
db4cc04a90
The plugin loader tries plugins but only catches ImportError and RuntimeError. The FreeImage plugin was throwing OSError. Tests were failing when FreeImage was not installed. It now throws a RuntimeError.