Remove debug error raise

This commit is contained in:
Steven Silvester
2015-03-20 19:35:17 -05:00
parent 80555a2bdb
commit 4344817c70
-1
View File
@@ -13,7 +13,6 @@ try:
FI_available = True
sio.use_plugin('freeimage')
except RuntimeError:
raise
FI_available = False
np.random.seed(0)