Skip to content

Commit

Permalink
Apply code review suggestions and refactor TestUtils
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav-arya committed Jul 9, 2023
1 parent 98fdcde commit 3dde8dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/AbstractFFTsTestUtilsExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ using AbstractFFTs: TestUtils
using AbstractFFTs.LinearAlgebra
using Test

# Ground truth _x_fft computed using FFTW library
# Ground truth x_fft computed using FFTW library
const TEST_CASES = (
(; x = collect(1:7), dims = 1,
x_fft = [28.0 + 0.0im,
Expand Down

0 comments on commit 3dde8dc

Please sign in to comment.