Skip to content

Commit b1444c4

Browse files
committed
fftw_vendor -> fftw_provider in tests
1 parent afe15ff commit b1444c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Nsides_big = [(128,128), (64,128), (128,64)]
3939

4040
Random.seed!(1)
4141

42-
has_batched_fft = (FFTW.fftw_vendor != :mkl) || (storage != Array)
42+
has_batched_fft = (FFTW.fftw_provider != :mkl) || (storage != Array)
4343

4444
##
4545

0 commit comments

Comments
 (0)