Skip to content

Conversation

@moritzdrechselgrau
Copy link
Contributor

This pull request fixes issue #14. I added methods for SparseMatrixLNK and ExtendableSparseMatrix to Base.copy. In order to mimic the definition for SparseMatrixCSC, I also added methods for rowvals, getcolptr and nonzeros from SparseArrays.

@codecov-commenter
Copy link

codecov-commenter commented Feb 25, 2022

Codecov Report

Merging #15 (6eb56ac) into master (27f4172) will increase coverage by 0.36%.
The diff coverage is 87.50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #15      +/-   ##
==========================================
+ Coverage   89.38%   89.75%   +0.36%     
==========================================
  Files          16       16              
  Lines         688      722      +34     
==========================================
+ Hits          615      648      +33     
- Misses         73       74       +1     
Impacted Files Coverage Δ
src/ExtendableSparse.jl 100.00% <ø> (ø)
src/extendable.jl 66.08% <75.00%> (+2.62%) ⬆️
src/sparsematrixlnk.jl 97.29% <100.00%> (+0.13%) ⬆️
src/amg.jl 100.00% <0.00%> (ø)
src/ilu0.jl 100.00% <0.00%> (ø)
src/ilut.jl 100.00% <0.00%> (ø)
src/parallel_ilu0.jl 100.00% <0.00%> (ø)
src/jacobi.jl 90.90% <0.00%> (+0.43%) ⬆️
src/parallel_jacobi.jl 90.90% <0.00%> (+0.90%) ⬆️
... and 3 more

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 27f4172...6eb56ac. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants