Skip to content

Commit a61628e

Browse files
Fix type
1 parent 036ee69 commit a61628e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e_lgamma_r.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ meetstol(x::Float32, atol) = isapprox(openlibm_logabsgamma(x)[1], _lgammaf_r(x)[
8383
@test all(x -> meetstol(x, 1e-10), 1000:1e-1:10000)
8484
end
8585

86-
@testset "logabsgamma validation against OpenLibm, Float64" begin
86+
@testset "logabsgamma validation against OpenLibm, Float32" begin
8787
@test all(x -> meetstol(x, 1f-5), -0.0f0:1f-4:25.0f0)
8888
@test all(x -> meetstol(x, 1f-4), -25.0f0:1f-4:0.0f0)
8989
@test all(x -> meetstol(x, 1f-4), 25.0f0:1f-4:100.0f0)

0 commit comments

Comments
 (0)