Skip to content

Commit 20297ee

Browse files
update fastpow test
1 parent f870554 commit 20297ee

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

test/fastpow.jl

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using DiffEqBase: fastlog2, _exp2, fastpow
1+
using DiffEqBase: fastlog2, fastpow
22
using Enzyme, EnzymeTestUtils
33
using Test
44

@@ -8,12 +8,6 @@ using Test
88
end
99
end
1010

11-
@testset "Exp2" begin
12-
for x in -100:0.01:3
13-
@test exp2(x)_exp2(Float32(x)) atol=1e-6
14-
end
15-
end
16-
1711
@testset "Fast pow" begin
1812
@test fastpow(1, 1) isa Float32
1913
@test fastpow(1.0, 1.0) isa Float32

0 commit comments

Comments
 (0)