Skip to content

Commit 98fdfb3

Browse files
committed
Remove old code
1 parent 2c34557 commit 98fdfb3

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

src/AbstractFFTs.jl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,4 @@ export fft, ifft, bfft, fft!, ifft!, bfft!,
88
include("definitions.jl")
99
include("TestUtils.jl")
1010

11-
if !isdefined(Base, :get_extension)
12-
include("../ext/AbstractFFTsChainRulesCoreExt.jl")
13-
include("../ext/AbstractFFTsTestExt.jl")
14-
end
15-
1611
end # module

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ end
202202
# type inference checks of `rrule` fail on old Julia versions
203203
# for higher-dimensional arrays:
204204
# https://github.com/JuliaMath/AbstractFFTs.jl/pull/58#issuecomment-916530016
205-
check_inferred = ndims(x) < 3 || VERSION >= v"1.6"
205+
check_inferred = ndims(x) < 3
206206

207207
test_frule(AbstractFFTs.fftshift, x, dims)
208208
test_rrule(AbstractFFTs.fftshift, x, dims; check_inferred=check_inferred)

0 commit comments

Comments
 (0)