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

Fix adjtransvec multiplication with AbstractZerosMatrix #341

Merged
merged 2 commits into from
Apr 25, 2024

Conversation

jishnub
Copy link
Member

@jishnub jishnub commented Jan 17, 2024

On master,

julia> [1,2]' * Zeros(2,2)
1×2 Zeros{Float64}

After this PR,

julia> [1,2]' * Zeros(2,2)
1×2 adjoint(::Zeros{Float64, 1, Tuple{Base.OneTo{Int64}}}) with eltype Float64:
       

This matches the behavior of zeros

Copy link

codecov bot commented Jan 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.90%. Comparing base (4c50186) to head (d6ce6e5).
Report is 3 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #341   +/-   ##
=======================================
  Coverage   99.90%   99.90%           
=======================================
  Files           8        8           
  Lines        1043     1058   +15     
=======================================
+ Hits         1042     1057   +15     
  Misses          1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jishnub jishnub merged commit 545fa12 into master Apr 25, 2024
18 checks passed
@jishnub jishnub deleted the jishnub/muladjtrans branch April 25, 2024 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants