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

promote_type when multiplying BlockDiagonal with vectors and matrices #93

Merged
merged 5 commits into from
May 16, 2022

Conversation

mzgubic
Copy link
Collaborator

@mzgubic mzgubic commented May 12, 2022

Closes #92, closes #90

Should remove the need for #89.

@fchorney does it work for your use case?

@mzgubic mzgubic requested a review from fchorney May 12, 2022 11:29
@codecov
Copy link

codecov bot commented May 12, 2022

Codecov Report

Merging #93 (3b4e37b) into master (57e4ec7) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #93      +/-   ##
==========================================
+ Coverage   95.91%   95.92%   +0.01%     
==========================================
  Files           5        5              
  Lines         318      319       +1     
==========================================
+ Hits          305      306       +1     
  Misses         13       13              
Impacted Files Coverage Δ
src/base_maths.jl 100.00% <100.00%> (ø)
src/blockdiagonal.jl 85.71% <100.00%> (+0.23%) ⬆️

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 57e4ec7...3b4e37b. Read the comment docs.

@mzgubic
Copy link
Collaborator Author

mzgubic commented May 16, 2022

@fchorney could you review this please?

@mzgubic mzgubic merged commit 0de657d into master May 16, 2022
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.

similar(BlockDiagonal, T) returns a Matrix BlockDiagonals type promotion
2 participants