ITensor / DataGraphs.jl

A simple graph type with data on the vertices and edges.
MIT License
12 stars 3 forks source link

Fix bug in `is_arranged` with variable length Tuples #18

Closed mtfishman closed 1 year ago

mtfishman commented 1 year ago

Fixes broken tests in ITensorNetworks, see https://github.com/mtfishman/ITensorNetworks.jl/pull/67. @emstoudenmire

codecov-commenter commented 1 year ago

Codecov Report

Merging #18 (5f27dd6) into main (07bf93b) will increase coverage by 2.06%. The diff coverage is 96.66%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##             main      #18      +/-   ##
==========================================
+ Coverage   50.00%   52.06%   +2.06%     
==========================================
  Files           5        5              
  Lines         280      290      +10     
==========================================
+ Hits          140      151      +11     
+ Misses        140      139       -1     
Impacted Files Coverage Δ
src/arrange.jl 96.55% <95.23%> (+1.81%) :arrow_up:
src/abstractdatagraph.jl 48.61% <100.00%> (ø)

... and 1 file with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.