-
Notifications
You must be signed in to change notification settings - Fork 58
Fix issues reported by JET #385
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
Conversation
This is good to go from my POV @Krastanov |
This looks great, thank you! It will probably take me a couple of days to get around to completely reviewing it. I am curious about one particular point: I see that in a lot of places you have changed old historic code like |
In an in-between version while fiddling around with some reports, I thought that one JET report was due to badly inferred |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #385 +/- ##
==========================================
- Coverage 83.06% 83.03% -0.03%
==========================================
Files 70 70
Lines 4410 4410
==========================================
- Hits 3663 3662 -1
- Misses 747 748 +1 ☔ View full report in Codecov by Sentry. |
Thank you, this is very much appreciated! This should be merged soon, just waiting on a final round of tests. I submitted the final list of bounties to NumFOCUS this week, and I will try to add this one as well, but there is a chance they will have to process it in the next round. |
I merged master in here because there was a bug in LinearAlgebra 1.11.1 that we were hitting. The master branch has the workaround. |
Thanks! |
Resolves #307.