Skip to content

Commit 2331de7

Browse files
committed
test: infinite return value
1 parent bd4ae07 commit 2331de7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/runtests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ end
8989
end
9090
s = rand(rng, d1, 10^6)
9191
@test eltype(s) == sampletype
92+
@test any(isinf.(s)) == false
9293

9394
d2 = fit(stabletype, s)
9495
@test typeof(d2.α) == sampletype

0 commit comments

Comments
 (0)