Import scipy before turning on warnings

This commit is contained in:
Steven Silvester
2014-12-21 14:43:49 -06:00
parent 542cd4fabe
commit f72882fbd2
18 changed files with 17 additions and 5 deletions
+1
View File
@@ -1,2 +1,3 @@
import warnings
from scipy import ndimage, special, optimize
warnings.simplefilter('error')
+1
View File
@@ -1,2 +1,3 @@
import warnings
from scipy import ndimage, special, optimize
warnings.simplefilter('error')
+1
View File
@@ -1,2 +1,3 @@
import warnings
from scipy import ndimage, special, optimize
warnings.simplefilter('error')
+1
View File
@@ -1,2 +1,3 @@
import warnings
from scipy import ndimage, special, optimize
warnings.simplefilter('error')
+1
View File
@@ -1,2 +1,3 @@
import warnings
from scipy import ndimage, special, optimize
warnings.simplefilter('error')
+1
View File
@@ -1,2 +1,3 @@
import warnings
from scipy import ndimage, special, optimize
warnings.simplefilter('error')
-5
View File
@@ -1,8 +1,3 @@
from skimage._shared.utils import all_warnings
with all_warnings(): # suppress warnings when importing scipy
import scipy.ndimage as _ndimage
del _ndimage
from .lpi_filter import inverse, wiener, LPIFilter2D
from ._gaussian import gaussian_filter
from .edges import (sobel, hsobel, vsobel, sobel_h, sobel_v,
+1
View File
@@ -1,2 +1,3 @@
import warnings
from scipy import ndimage, special, optimize
warnings.simplefilter('error')
+1
View File
@@ -1,2 +1,3 @@
import warnings
from scipy import ndimage, special, optimize
warnings.simplefilter('error')
+1
View File
@@ -1,2 +1,3 @@
import warnings
from scipy import ndimage, special, optimize
warnings.simplefilter('error')
+1
View File
@@ -1,2 +1,3 @@
import warnings
from scipy import ndimage, special, optimize
warnings.simplefilter('error')
+1
View File
@@ -1,2 +1,3 @@
import warnings
from scipy import ndimage, special, optimize
warnings.simplefilter('error')
+1
View File
@@ -1,2 +1,3 @@
import warnings
from scipy import ndimage, special, optimize
warnings.simplefilter('error')
+1
View File
@@ -1,2 +1,3 @@
import warnings
from scipy import ndimage, special, optimize
warnings.simplefilter('error')
+1
View File
@@ -1,2 +1,3 @@
import warnings
from scipy import ndimage, special, optimize
warnings.simplefilter('error')
+1
View File
@@ -1,2 +1,3 @@
import warnings
from scipy import ndimage, special, optimize
warnings.simplefilter('error')
+1
View File
@@ -1,2 +1,3 @@
import warnings
from scipy import ndimage, special, optimize
warnings.simplefilter('error')
+1
View File
@@ -1,2 +1,3 @@
import warnings
from scipy import ndimage, special, optimize
warnings.simplefilter('error')