-
Notifications
You must be signed in to change notification settings - Fork 125
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 behavior of factorize mindim #1214
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #1214 +/- ##
===========================================
- Coverage 85.38% 67.36% -18.02%
===========================================
Files 89 88 -1
Lines 8427 8392 -35
===========================================
- Hits 7195 5653 -1542
- Misses 1232 2739 +1507
☔ View full report in Codecov by Sentry. |
Co-authored-by: Matt Fishman <mtfishman@users.noreply.github.com>
Thanks Ryan, could you add a test? |
Co-authored-by: Matt Fishman <mtfishman@users.noreply.github.com>
Thanks! |
Description
Fixes #1207
Minimal demonstration of previous behavior
Minimal demonstration of new behavior
How Has This Been Tested?
No new tests
Checklist:
using JuliaFormatter; format(".")
in the base directory of the repository (~/.julia/dev/ITensors
) to format your code according to our style guidelines.