-
Notifications
You must be signed in to change notification settings - Fork 82
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
Remove sparse option in Graph
geometry
#329
Conversation
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## main #329 +/- ##
==========================================
- Coverage 88.65% 88.59% -0.07%
==========================================
Files 52 51 -1
Lines 5668 5479 -189
Branches 864 824 -40
==========================================
- Hits 5025 4854 -171
+ Misses 518 509 -9
+ Partials 125 116 -9
|
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.
thanks Michal, is there a reason (apart from the fact that it's not that clean) that we should remove this? any bugs this is causing?
Yes, there are some bugs with the current sparse implementation sometimes not working (because of the factor cache). |
Ok LGTM then! |
* Remove sparse option from `Graph` * Fix typos * Update graph tests * Udpate docs, remove suitesparse from CI * Update references, fix docs linter
closes #328