Skip to content

Commit 3dde8dc

Browse files
committed
Apply code review suggestions and refactor TestUtils
1 parent 98fdcde commit 3dde8dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/AbstractFFTsTestUtilsExt.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ using AbstractFFTs: TestUtils
77
using AbstractFFTs.LinearAlgebra
88
using Test
99

10-
# Ground truth _x_fft computed using FFTW library
10+
# Ground truth x_fft computed using FFTW library
1111
const TEST_CASES = (
1212
(; x = collect(1:7), dims = 1,
1313
x_fft = [28.0 + 0.0im,

0 commit comments

Comments
 (0)