Skip to content

Fix typo in estimate_σ⁻ #88

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

Merged
merged 1 commit into from
May 13, 2022
Merged

Fix typo in estimate_σ⁻ #88

merged 1 commit into from
May 13, 2022

Conversation

andreasnoack
Copy link
Member

Found by @rabbott999 in #81 (comment)

Closes #81

@codecov
Copy link

codecov bot commented May 13, 2022

Codecov Report

Merging #88 (97bb699) into master (f3e9d27) will decrease coverage by 0.57%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #88      +/-   ##
==========================================
- Coverage   73.92%   73.35%   -0.58%     
==========================================
  Files          10       10              
  Lines        1542     1670     +128     
==========================================
+ Hits         1140     1225      +85     
- Misses        402      445      +43     
Impacted Files Coverage Δ
src/svd.jl 80.32% <100.00%> (-0.78%) ⬇️
src/householder.jl 77.77% <0.00%> (-0.64%) ⬇️
src/lapack.jl 54.44% <0.00%> (-0.41%) ⬇️
src/eigenGeneral.jl 67.02% <0.00%> (-0.02%) ⬇️
src/juliaBLAS.jl 24.86% <0.00%> (+0.03%) ⬆️
src/qr.jl 98.43% <0.00%> (+0.19%) ⬆️
src/eigenSelfAdjoint.jl 93.08% <0.00%> (+0.60%) ⬆️
src/tridiag.jl 86.66% <0.00%> (+0.95%) ⬆️

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 f3e9d27...97bb699. Read the comment docs.

@andreasnoack andreasnoack merged commit 235fd4c into master May 13, 2022
@andreasnoack andreasnoack deleted the an/issue81a branch May 13, 2022 07:10
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.

svd stuck in infinite loop for certain matrices
1 participant