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
Integration tests (contained in the new file /test/integration.tl) fail for two models in a very subtle way I have been unable to nail down after several days of trying. The models are:
If I run ] test MLJ the models fail, but if I manually execute the /test/integration.tl script, the models pass. I have carefully compared the two environment manifests that appear to be operating in the two cases and they are identical. I can see no trace of some RNG-related difference.
For now I have excluded the models from integration tests, with a reference to this issue in the test code.
Note that to force integration tests to run, you must set the env variable MLJ_TEST_INTEGRATION="true".
edit
Adding to this list:
TSVDTransform
Passes tests locally but fails in CI.
The text was updated successfully, but these errors were encountered:
Integration tests (contained in the new file /test/integration.tl) fail for two models in a very subtle way I have been unable to nail down after several days of trying. The models are:
If I run
] test MLJ
the models fail, but if I manually execute the /test/integration.tl script, the models pass. I have carefully compared the two environment manifests that appear to be operating in the two cases and they are identical. I can see no trace of some RNG-related difference.For now I have excluded the models from integration tests, with a reference to this issue in the test code.
Note that to force integration tests to run, you must set the env variable
MLJ_TEST_INTEGRATION="true"
.edit
Adding to this list:
Passes tests locally but fails in CI.
The text was updated successfully, but these errors were encountered: