ITensor / DataGraphs.jl

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

Fix ambiguity errors for integer vertices passed to `degree` #15

Closed mtfishman closed 1 year ago

mtfishman commented 1 year ago

Fixes https://github.com/mtfishman/ITensorNetworks.jl/issues/51.

codecov-commenter commented 1 year ago

Codecov Report

Merging #15 (b8f06ad) into main (8d9ba95) will decrease coverage by 1.11%. The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main      #15      +/-   ##
==========================================
- Coverage   51.45%   50.35%   -1.11%     
==========================================
  Files           5        5              
  Lines         274      280       +6     
==========================================
  Hits          141      141              
- Misses        133      139       +6     
Impacted Files Coverage Δ
src/abstractdatagraph.jl 48.61% <0.00%> (-1.67%) :arrow_down:

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