osqp
osqp copied to clipboard
Re-add support for passing nnz=0 when updating all matrix values
This was allowed in 0.6, and it makes sense as a behavior, so re-add support for it. Except handle this in the main OSQP function instead of algebras, that way algebras only need to handle one update case.
CC @maxschaller
Fixes https://github.com/osqp/osqp/issues/646
Pull Request Test Coverage Report for Build 13315440445
Details
- 2 of 2 (100.0%) changed or added relevant lines in 1 file are covered.
- No unchanged relevant lines lost coverage.
- Overall coverage increased (+0.005%) to 91.592%
| Totals | |
|---|---|
| Change from base Build 13315379481: | 0.005% |
| Covered Lines: | 3758 |
| Relevant Lines: | 4103 |
💛 - Coveralls
MKL is failing for an unrelated reason... it is being very weird. Merging this because the test failure won't have been affected by it.