mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-19 11:27:45 +08:00
Remove debug error raise
This commit is contained in:
@@ -13,7 +13,6 @@ try:
|
||||
FI_available = True
|
||||
sio.use_plugin('freeimage')
|
||||
except RuntimeError:
|
||||
raise
|
||||
FI_available = False
|
||||
|
||||
np.random.seed(0)
|
||||
|
||||
Reference in New Issue
Block a user