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 broken SVD tests #33

Merged
merged 4 commits into from
Jan 22, 2025
Merged

Fix broken SVD tests #33

merged 4 commits into from
Jan 22, 2025

Conversation

lkdvos
Copy link
Contributor

@lkdvos lkdvos commented Jan 22, 2025

This resolves some issues with the broken SVD tests.

Depends on ITensor/SparseArraysBase.jl#23
Fixes #32

Copy link

codecov bot commented Jan 22, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.02%. Comparing base (60ec997) to head (065d548).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #33      +/-   ##
==========================================
- Coverage   74.27%   74.02%   -0.26%     
==========================================
  Files          29       29              
  Lines        1003     1001       -2     
==========================================
- Hits          745      741       -4     
- Misses        258      260       +2     
Flag Coverage Δ
docs 26.51% <100.00%> (-0.15%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@lkdvos lkdvos merged commit 37fecf7 into ITensor:main Jan 22, 2025
10 of 11 checks passed
@lkdvos lkdvos deleted the fix-factorizations branch January 22, 2025 19:34
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.

[BUG] Failures in svd caused by diagind(::AbstractMatrix, ::IndexStyle)
2 participants