jump-dev / MatrixOptInterface.jl

An interface to pass matrix form problems
MIT License
11 stars 4 forks source link

SparseMatrix with abstract Tv #18

Closed blegat closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #18 (525c0ef) into master (72e6d7c) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #18   +/-   ##
=======================================
  Coverage   82.97%   82.97%           
=======================================
  Files           5        5           
  Lines         276      276           
=======================================
  Hits          229      229           
  Misses         47       47           
Impacted Files Coverage Δ
src/conic_form.jl 78.94% <100.00%> (ø)
src/sparse_matrix.jl 80.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 72e6d7c...c10fcfd. Read the comment docs.

blegat commented 3 years ago

Merging as https://github.com/jump-dev/DiffOpt.jl/pull/62/ was written with this change.