-
Notifications
You must be signed in to change notification settings - Fork 29
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
Move ARPACKException here from LinearAlgebra, fixes #64. #65
Conversation
Something changed in Julia 1.2/nightly ?
|
Pull Request Test Coverage Report for Build 115
💛 - Coveralls |
Hm. Would be good to figure out what is going on. We now sort the eigenvalues but it's not obvious why it should cause this test failure. |
Looks like that is the reason (JuliaLang/julia#21598),
results in
on Julia 1.0, 1.1 but in
on Julia 1.2/master. |
Codecov Report
@@ Coverage Diff @@
## master #65 +/- ##
==========================================
- Coverage 67.27% 66.66% -0.62%
==========================================
Files 2 2
Lines 272 297 +25
==========================================
+ Hits 183 198 +15
- Misses 89 99 +10
Continue to review full report at Codecov.
|
No description provided.