ITensor / DataGraphs.jl

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

Simplify types #4

Closed mtfishman closed 1 year ago

mtfishman commented 1 year ago

Removes NamedDimDataGraph and related types in favor of a single DataGraph type that wraps an AbstractGraph. Relies on https://github.com/mtfishman/NamedGraphs.jl/pull/13.

codecov-commenter commented 1 year ago

Codecov Report

Merging #4 (f2c46dc) into main (bef970c) will increase coverage by 20.74%. The diff coverage is 58.79%.

@@             Coverage Diff             @@
##             main       #4       +/-   ##
===========================================
+ Coverage   27.38%   48.13%   +20.74%     
===========================================
  Files           7        4        -3     
  Lines         325      241       -84     
===========================================
+ Hits           89      116       +27     
+ Misses        236      125      -111     
Impacted Files Coverage Δ
src/DataGraphs.jl 100.00% <ø> (+85.71%) :arrow_up:
src/datagraph.jl 42.30% <40.27%> (-37.70%) :arrow_down:
src/abstractdatagraph.jl 47.65% <69.07%> (+13.60%) :arrow_up:
src/arrange.jl 84.61% <84.61%> (ø)

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