-
Notifications
You must be signed in to change notification settings - Fork 89
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
eigen tests fail on nightly #422
Labels
testing
Related to tests
Comments
simeonschaub
added a commit
that referenced
this issue
Jun 2, 2021
simeonschaub
added a commit
that referenced
this issue
Jun 2, 2021
simeonschaub
changed the title
numeric instabilities in eigen tests on nightly
eigen tests fail on nightly
Jun 8, 2021
simeonschaub
added a commit
to JuliaLang/julia
that referenced
this issue
Jun 8, 2021
At least the newly added field `rcondv` may contain `undef` values, so these can cause the same eigen factorizations not to compare equal. Not 100% sure whether the other fields should be ignored as well, but since we didn't have them before, it seems at least consistent to ignore them here. fixes JuliaDiff/ChainRules.jl#422
simeonschaub
added a commit
to JuliaLang/julia
that referenced
this issue
Jun 8, 2021
At least the newly added field `rcondv` may contain `undef` values, so these can cause the same eigen factorizations not to compare equal. Not 100% sure whether the other fields should be ignored as well, but since we didn't have them before, it seems at least consistent to ignore them here. fixes JuliaDiff/ChainRules.jl#422
simeonschaub
added a commit
to JuliaLang/julia
that referenced
this issue
Jun 14, 2021
At least the newly added field `rcondv` may contain `undef` values, so these can cause the same eigen factorizations not to compare equal. Not 100% sure whether the other fields should be ignored as well, but since we didn't have them before, it seems at least consistent to ignore them here. fixes JuliaDiff/ChainRules.jl#422
Will likely take a while for nightlies to propagate through, but then we should hopefully have passing tests on nightly again. |
KristofferC
pushed a commit
to JuliaLang/julia
that referenced
this issue
Jun 17, 2021
At least the newly added field `rcondv` may contain `undef` values, so these can cause the same eigen factorizations not to compare equal. Not 100% sure whether the other fields should be ignored as well, but since we didn't have them before, it seems at least consistent to ignore them here. fixes JuliaDiff/ChainRules.jl#422 (cherry picked from commit bc3ce48)
johanmon
pushed a commit
to johanmon/julia
that referenced
this issue
Jul 5, 2021
At least the newly added field `rcondv` may contain `undef` values, so these can cause the same eigen factorizations not to compare equal. Not 100% sure whether the other fields should be ignored as well, but since we didn't have them before, it seems at least consistent to ignore them here. fixes JuliaDiff/ChainRules.jl#422
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See for example https://github.com/JuliaDiff/ChainRules.jl/pull/421/checks?check_run_id=2697576261:
The text was updated successfully, but these errors were encountered: