Skip to content

Commit 6846256

Browse files
Fix test
1 parent 502f1d3 commit 6846256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/logabsgamma.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ x = 2.000001907348633
124124
# Hence, we must carefully test to ensure that this small region is computed
125125
# appropriately.
126126

127-
@test ulp(x) < 0.1511442187367193
127+
@test ulp(x) < 0.15114421873672
128128
@test ulp(2.0) == 0.0
129129
r = 2.0:1e-9:prevfloat(x)
130130
@test all(x -> ulp(x) < 1.0, r)

0 commit comments

Comments
 (0)