Skip to content
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

Fixed buggy sparsecsr generic function #262

Merged
merged 2 commits into from
May 22, 2020

Conversation

amartinhuertas
Copy link
Member

Solves issue #254

@amartinhuertas amartinhuertas requested a review from fverdugo May 22, 2020 07:32
@amartinhuertas
Copy link
Member Author

Hi @fverdugo ! You can proceed with code review of this PR. Let me know if you believe that the tests I have added for rectangular sparse matrices should be more intensive than they are now.

@codecov-commenter
Copy link

codecov-commenter commented May 22, 2020

Codecov Report

Merging #262 into master will increase coverage by 0.01%.
The diff coverage is 80.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #262      +/-   ##
==========================================
+ Coverage   88.92%   88.94%   +0.01%     
==========================================
  Files         147      147              
  Lines        9606     9604       -2     
==========================================
  Hits         8542     8542              
+ Misses       1064     1062       -2     
Impacted Files Coverage Δ
src/Algebra/AlgebraInterfaces.jl 93.75% <ø> (ø)
src/Algebra/SparseMatrixCSR.jl 76.92% <80.00%> (+1.16%) ⬆️

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 8c2c453...0bb2929. Read the comment docs.

@fverdugo fverdugo merged commit 9aeb1c7 into master May 22, 2020
@fverdugo fverdugo deleted the fix_buggy_sparsecsr_generic_function branch May 22, 2020 10:39
@fverdugo
Copy link
Member

@amartinhuertas Can you please add a small line in NEWS.md?

@amartinhuertas
Copy link
Member Author

@amartinhuertas Can you please add a small line in NEWS.md?

Yes. Done in 6dc2b7c!

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