JuliaAI / MLJLinearModels.jl

Generalized Linear Regressions Models (penalized regressions, robust regressions, ...)
MIT License
81 stars 13 forks source link

possible test failure in upcoming Julia version 1.5 #59

Closed rfourquet closed 4 years ago

rfourquet commented 4 years ago

A PkgEval run for a PR which changes the generated numbers for randn! indicates that the tests of this package might fail in Julia 1.5 (and on Julia current master). Apologies if this is a false positive. cf. https://github.com/JuliaCI/NanosoldierReports/blob/7de24e455342298cbef56826b5827f0d7640d2c1/pkgeval/by_hash/b89e35c_vs_098ef24/logs/MLJLinearModels/1.5.0-DEV-71a4a114c2.log

tlienart commented 4 years ago

all tests now make use of StableRNG. Thanks for the heads up.