-
Notifications
You must be signed in to change notification settings - Fork 228
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
implement sparse #1093
implement sparse #1093
Conversation
75b7de4
to
f42fcf0
Compare
Thanks! The CI failures looks related though:
|
Not sure what's going on here, probably it is exposing an already existing bug. How can I reproduce locally buildkite's Julia 1.6 (Debug) environment? Is |
1.6 probably isn't related, and you also don't need To use the sanitizer on single files, i.e. outside of the test runner, find out the location to the binary by doing |
Codecov Report
@@ Coverage Diff @@
## master #1093 +/- ##
==========================================
- Coverage 79.88% 79.83% -0.06%
==========================================
Files 119 119
Lines 8261 8285 +24
==========================================
+ Hits 6599 6614 +15
- Misses 1662 1671 +9
Continue to review full report at Codecov.
|
Looks good to go, thanks, and sorry for the delay! |
thanks for finishing the job, I couldn't find the time (nor the knowledge!) to finish this myself. |
Fix #1088