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 bug in copy(pg::PartitionedGraph) #50

Merged
merged 1 commit into from
Feb 15, 2024

Conversation

JoeyT1994
Copy link
Contributor

Quick fix of a bug in copy(pg::PartitionedGraph) where the wrong field name was being used.
A test has been added for copy(pg) so the bug would be caught if it happens again.

@mtfishman
Copy link
Member

Thanks!

@codecov-commenter
Copy link

codecov-commenter commented Feb 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (f2dbd17) 78.68% compared to head (0d63b79) 78.85%.
Report is 1 commits behind head on main.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #50      +/-   ##
==========================================
+ Coverage   78.68%   78.85%   +0.16%     
==========================================
  Files          31       31              
  Lines        1187     1187              
==========================================
+ Hits          934      936       +2     
+ Misses        253      251       -2     

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

@mtfishman mtfishman merged commit dd9c5cd into ITensor:main Feb 15, 2024
10 of 11 checks passed
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.

3 participants