We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd4ae07 commit 2331de7Copy full SHA for 2331de7
test/runtests.jl
@@ -89,6 +89,7 @@ end
89
end
90
s = rand(rng, d1, 10^6)
91
@test eltype(s) == sampletype
92
+ @test any(isinf.(s)) == false
93
94
d2 = fit(stabletype, s)
95
@test typeof(d2.α) == sampletype
0 commit comments