Import scipy before turning on warnings

This commit is contained in:
Steven Silvester
2014-12-23 16:49:19 -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')