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 the diag and svdvals bugs for non-square blocks #96

Merged
merged 3 commits into from
May 13, 2022
Merged

Conversation

mzgubic
Copy link
Collaborator

@mzgubic mzgubic commented May 13, 2022

Closes #95 , closes #67

@codecov
Copy link

codecov bot commented May 13, 2022

Codecov Report

Merging #96 (c823667) into master (5ac68cf) will increase coverage by 0.03%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #96      +/-   ##
==========================================
+ Coverage   95.87%   95.91%   +0.03%     
==========================================
  Files           5        5              
  Lines         315      318       +3     
==========================================
+ Hits          302      305       +3     
  Misses         13       13              
Impacted Files Coverage Δ
src/linalg.jl 95.34% <100.00%> (+0.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 5ac68cf...c823667. 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.

svdvals is wrong for nonsquare blocks diag bug
2 participants