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

Unit test of canonization in MPO #302

Merged
merged 10 commits into from
Jan 24, 2025
Merged

Unit test of canonization in MPO #302

merged 10 commits into from
Jan 24, 2025

Conversation

Todorbsc
Copy link
Contributor

Closes #237

@Todorbsc Todorbsc self-assigned this Jan 23, 2025
@Todorbsc Todorbsc added bug Something isn't working ci/cd Continuous Integration / Continuous Deployment labels Jan 23, 2025
@Todorbsc Todorbsc modified the milestone: 0.8 Jan 23, 2025
Copy link
Member

@jofrevalles jofrevalles left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's move this outside the @testset, since it is repeated

test/MPO_test.jl Outdated Show resolved Hide resolved
test/MPO_test.jl Outdated Show resolved Hide resolved
Todorbsc and others added 2 commits January 23, 2025 15:37
Co-authored-by: Jofre Vallès Muns <61060572+jofrevalles@users.noreply.github.com>
src/MPS.jl Outdated Show resolved Hide resolved
src/MPS.jl Outdated Show resolved Hide resolved
src/MPS.jl Outdated Show resolved Hide resolved
test/MPO_test.jl Outdated Show resolved Hide resolved
@jofrevalles jofrevalles self-requested a review January 23, 2025 14:51
Todorbsc and others added 2 commits January 23, 2025 16:13
Co-authored-by: Sergio Sánchez Ramírez <15837247+mofeing@users.noreply.github.com>
Copy link

codecov bot commented Jan 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 65.20%. Comparing base (393f727) to head (44fcc36).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #302   +/-   ##
=======================================
  Coverage   65.20%   65.20%           
=======================================
  Files          36       36           
  Lines        2371     2371           
=======================================
  Hits         1546     1546           
  Misses        825      825           

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

@mofeing mofeing merged commit cfde170 into master Jan 24, 2025
6 of 7 checks passed
@mofeing mofeing deleted the test/mpo-canonization branch January 24, 2025 07:38
@mofeing
Copy link
Member

mofeing commented Jan 24, 2025

Thanks @Todorbsc!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ci/cd Continuous Integration / Continuous Deployment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test canonization on MPO
3 participants