forked from pool/python-xarray
update to latest version OBS-URL: https://build.opensuse.org/request/show/995160 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-xarray?expand=0&rev=67
15 lines
291 B
Diff
15 lines
291 B
Diff
---
|
|
xarray/tests/test_interp.py | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/xarray/tests/test_interp.py
|
|
+++ b/xarray/tests/test_interp.py
|
|
@@ -24,6 +24,7 @@ from .test_dataset import create_test_da
|
|
|
|
try:
|
|
import scipy
|
|
+ import scipy.interpolate
|
|
except ImportError:
|
|
pass
|
|
|