ITensor / NamedGraphs.jl

Extension of `Graphs.jl` to graphs with named vertices.
MIT License
6 stars 3 forks source link

Fix bug in `copy(pg::PartitionedGraph)` #50

Closed JoeyT1994 closed 8 months ago

JoeyT1994 commented 8 months ago

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 commented 8 months ago

Thanks!

codecov-commenter commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

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

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

Additional details and impacted files ```diff @@ 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 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.