-
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
[ITensorMPS] Fix some lingering namespace issues #1362
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #1362 +/- ##
===========================================
- Coverage 84.13% 53.45% -30.68%
===========================================
Files 100 99 -1
Lines 8527 8452 -75
===========================================
- Hits 7174 4518 -2656
- Misses 1353 3934 +2581 ☔ View full report in Codecov by Sentry. |
[test ITensors mps] |
[test ITensorGaussianMPS] |
Run ITensorGaussianMPS tests from comment trigger: succeeded ✅ |
1 similar comment
Run ITensorGaussianMPS tests from comment trigger: succeeded ✅ |
Run ITensors mps tests from comment trigger: failed ❌ |
1 similar comment
Run ITensors mps tests from comment trigger: failed ❌ |
So the test failure here for the MPS tests is strange: apparently The question is whether we should:
I'd be fine with either but I think for now better to just replace |
[test ITensors mps] |
[test ITensorGaussianMPS] |
Run ITensorGaussianMPS tests from comment trigger: succeeded ✅ |
1 similar comment
Run ITensorGaussianMPS tests from comment trigger: succeeded ✅ |
Run ITensors mps tests from comment trigger: succeeded ✅ |
1 similar comment
Run ITensors mps tests from comment trigger: succeeded ✅ |
I went ahead and replaced allequal but let's discuss which choice would be best. |
I've been using the Compat.jl package to address issues like that. |
We should change the trigger comment for this workflow to |
Run ITensors mps tests from comment trigger: succeeded ✅ |
1 similar comment
Run ITensors mps tests from comment trigger: succeeded ✅ |
[test ITensors mps] |
[test ITensorGaussianMPS] |
Run ITensorGaussianMPS tests from comment trigger: succeeded ✅ |
1 similar comment
Run ITensorGaussianMPS tests from comment trigger: succeeded ✅ |
Run ITensors mps tests from comment trigger: succeeded ✅ |
1 similar comment
Run ITensors mps tests from comment trigger: succeeded ✅ |
Fixes of test errors in
test/ITensorMPS/Ops/
and theITensorGaussianMPS
package.Also attempting to fix the error seen when running the
ITensorGPU
tests.