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

Correct +(::BlockDiagonal, ::StridedMatrix) for non-square blocks #125

Merged
merged 4 commits into from
Nov 15, 2022

Conversation

mjp98
Copy link
Contributor

@mjp98 mjp98 commented Nov 15, 2022

Closes #124

@codecov
Copy link

codecov bot commented Nov 15, 2022

Codecov Report

Merging #125 (051df23) into master (3ac9c89) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #125   +/-   ##
=======================================
  Coverage   98.88%   98.89%           
=======================================
  Files           5        5           
  Lines         358      361    +3     
=======================================
+ Hits          354      357    +3     
  Misses          4        4           
Impacted Files Coverage Δ
src/base_maths.jl 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Copy link
Collaborator

@mzgubic mzgubic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work, thanks!

test/base_maths.jl Show resolved Hide resolved
@mjp98 mjp98 merged commit 00fab43 into master Nov 15, 2022
@mjp98 mjp98 deleted the mjp/addition-fix branch November 15, 2022 14:00
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.

+(::StridedMatrix, ::BlockDiagonal) fails for non-square blocks
2 participants