File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ def _skip_if_no_pchip():
2323 try :
2424 from scipy .interpolate import pchip_interpolate # noqa
2525 except ImportError :
26+ import nose
2627 raise nose .SkipTest ('scipy.interpolate.pchip missing' )
2728
2829
Original file line number Diff line number Diff line change @@ -22,13 +22,15 @@ def _skip_if_no_pchip():
2222 try :
2323 from scipy .interpolate import pchip_interpolate # noqa
2424 except ImportError :
25+ import nose
2526 raise nose .SkipTest ('scipy.interpolate.pchip missing' )
2627
2728
2829def _skip_if_no_akima ():
2930 try :
3031 from scipy .interpolate import Akima1DInterpolator # noqa
3132 except ImportError :
33+ import nose
3234 raise nose .SkipTest ('scipy.interpolate.Akima1DInterpolator missing' )
3335
3436
You can’t perform that action at this time.
0 commit comments