Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

need StableRNGs in tests? #32

Open
vtjnash opened this issue Jun 9, 2021 · 0 comments
Open

need StableRNGs in tests? #32

vtjnash opened this issue Jun 9, 2021 · 0 comments

Comments

@vtjnash
Copy link

vtjnash commented Jun 9, 2021

This test seems to be relying on a specific random number sequence, which requires StableRNGs to be stable.

Random.seed!(1)
@test rand(Infinite) ==
@test rand(Infinite) ==
@test rand(Infinite) == -

https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_date/2021-06/09/Infinity.1.7.0-DEV-f442e4230a.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant