Skip to content

Commit 78d0b8f

Browse files
Tweaked test.imports in meta.yaml
1 parent 8b2fd12 commit 78d0b8f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

conda-recipe/meta.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@ test:
3636
- nose
3737
imports:
3838
- mkl_fft
39-
- mkl_fft._numpy_fft
40-
- mkl_fft._scipy_fft
39+
- mkl_fft.interface
40+
- mkl_fft.interface.numpy_fft
41+
- mkl_fft.interface.scipy_fft
4142

4243
about:
4344
home: http://github.com/IntelPython/mkl_fft

0 commit comments

Comments
 (0)