You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, this doesn't seem to happen in CI/CD, see #41 which has exactly the same tests as I ran to get this but succeeds.
It looks like something needs to be seeded somewhere, but as this seems to be checking something rather tricky I'm not sure where would be appropriate to set the seed.
The text was updated successfully, but these errors were encountered:
The problem is that we test against different versions of the global RNG, and the hardcoded values correspond to an obsolete version of the RNG on what was nightly, which does not show as failing on CI because of the useless continue-on-error option, which shows all-green although the test actually failed.
I get the following failures on
Pkg.test("ReTest")
However, this doesn't seem to happen in CI/CD, see #41 which has exactly the same tests as I ran to get this but succeeds.
It looks like something needs to be seeded somewhere, but as this seems to be checking something rather tricky I'm not sure where would be appropriate to set the seed.
The text was updated successfully, but these errors were encountered: