ITensor / NamedGraphs.jl

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

Swapped Row and Column Naming in Triangular and Hexagonal Lattice Fun… #38

Closed JoeyT1994 closed 1 year ago

JoeyT1994 commented 1 year ago

Quick fix to rename rows and columns in hexagonal and triangular lattice graph.

codecov-commenter commented 1 year ago

Codecov Report

Merging #38 (193100e) into main (c092854) will not change coverage. The diff coverage is 100.00%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@           Coverage Diff           @@
##             main      #38   +/-   ##
=======================================
  Coverage   80.92%   80.92%           
=======================================
  Files          21       21           
  Lines         907      907           
=======================================
  Hits          734      734           
  Misses        173      173           
Files Changed Coverage Δ
src/Graphs/generators/namedgraphs.jl 95.83% <100.00%> (ø)
mtfishman commented 1 year ago

Great, thanks! Could you add a test?

JoeyT1994 commented 1 year ago

Sure! Just added.

mtfishman commented 1 year ago

Thanks!