Skip to content

Commit 46ad4de

Browse files
committed
Fix test_fftw
1 parent 49538a3 commit 46ad4de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_fftw.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import numpy as np
44
from scipy.fftpack import dctn as scipy_dctn
55
from scipy.fftpack import dstn as scipy_dstn
6+
import scipy.fftpack
67
from mpi4py_fft import fftw
78

89
has_pyfftw = True

0 commit comments

Comments
 (0)