ITensor / DataGraphs.jl

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

Fix `bfs_tree` and `dfs_tree` for non-tuple vertices #12

Closed mtfishman closed 1 year ago

mtfishman commented 1 year ago

@LinjianMa this should fix the issue you were seeing with ITensorNetwork.orthogonalize.

codecov-commenter commented 1 year ago

Codecov Report

Merging #12 (2be5b7b) into main (9f9ab20) will increase coverage by 1.52%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #12      +/-   ##
==========================================
+ Coverage   49.04%   50.57%   +1.52%     
==========================================
  Files           4        4              
  Lines         263      263              
==========================================
+ Hits          129      133       +4     
+ Misses        134      130       -4     
Impacted Files Coverage Δ
src/abstractdatagraph.jl 49.71% <100.00%> (+2.31%) :arrow_up:

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