We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98fdcde commit 3dde8dcCopy full SHA for 3dde8dc
ext/AbstractFFTsTestUtilsExt.jl
@@ -7,7 +7,7 @@ using AbstractFFTs: TestUtils
7
using AbstractFFTs.LinearAlgebra
8
using Test
9
10
-# Ground truth _x_fft computed using FFTW library
+# Ground truth x_fft computed using FFTW library
11
const TEST_CASES = (
12
(; x = collect(1:7), dims = 1,
13
x_fft = [28.0 + 0.0im,
0 commit comments