possible test failure in upcoming Julia version 1.5
rfourquet opened this issue · 2 comments
A PkgEval run for a Julia pull request which changes the generated numbers for rand(a:b)
indicates that the tests of this package might fail in Julia 1.5 (and on Julia current master branch).
Also, you might be interested in using the new StableRNGs.jl registered package, which provides guaranteed stable streams of random numbers across Julia releases.
Apologies if this is a false positive. Cf. https://github.com/JuliaCI/NanosoldierReports/blob/ab6676206b210325500b4f4619fa711f2d7429d2/pkgeval/by_hash/52c2272_vs_47c55db/logs/GraphRecipes/1.5.0-DEV-87d2a04de3.log
Thanks for this. I noticed this in #122 . In one of my tests, I didn't explicitly set a random seed.
I also noticed that travis has difficulty installing ImageIO on the nightly OSX build. Do you have any idea about that?
Do you have any idea about that?
I'm afraid I don't have any!