Skip to content

Commit

Permalink
Fix symbol clash with Graphs
Browse files Browse the repository at this point in the history
  • Loading branch information
mofeing committed Sep 25, 2024
1 parent b069696 commit 7b28929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Visualization.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using ECharts_jll
using Graphs
using Graphs: Graphs, vertices, edges

function graph_representation(tn::AbstractTensorNetwork)
hypermap = Tenet.hyperflatten(tn)
Expand Down

0 comments on commit 7b28929

Please sign in to comment.