-
Notifications
You must be signed in to change notification settings - Fork 115
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
compat fixes for Julia v1.8 #459
Conversation
Codecov Report
@@ Coverage Diff @@
## master #459 +/- ##
==========================================
- Coverage 84.56% 84.01% -0.56%
==========================================
Files 6 7 +1
Lines 784 807 +23
==========================================
+ Hits 663 678 +15
- Misses 121 129 +8
Continue to review full report at Codecov.
|
CI should be re-run in a few hours to make sure the tests run on a sufficiently up-to-date nightly version. |
@dkarrasch there's a doctest failure from a pivoted Cholesky being used where the non pivoted should be used. I've kicked off the CI again, but I'll take a closer look later if it fails. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dkarrasch thanks for handling this
You're welcome! |
* compat fixes for Julia v1.8 * bump patch version
Depends on JuliaLang/julia#41640.
Needs to be adjusted regarding the exact DEV-version number.