Skip to content

Commit 5658511

Browse files
committed
fix: isapprox error
1 parent 58faa46 commit 5658511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ end
2222

2323
d32 = AlphaStable(Float32.(Distributions.params(d))...)
2424
@test cf(d32, Float32(x)) isa Complex{Float32}
25-
@test cf(d32, Float32(x)) cf(d,x) atol=100*eps(Float32)
25+
@test cf(d32, Float32(x)) cf(d,x) atol=500*eps(Float32)
2626
end
2727
for _ in 1:100
2828
# test stability under convolution

0 commit comments

Comments
 (0)