From 7b2892918205c9c4984b5ee742626c8a94c5f91c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20S=C3=A1nchez=20Ram=C3=ADrez?= Date: Wed, 25 Sep 2024 01:05:52 -0400 Subject: [PATCH] Fix symbol clash with Graphs --- src/Visualization.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Visualization.jl b/src/Visualization.jl index f492c2ac0..d38bc0fdf 100644 --- a/src/Visualization.jl +++ b/src/Visualization.jl @@ -1,5 +1,5 @@ using ECharts_jll -using Graphs +using Graphs: Graphs, vertices, edges function graph_representation(tn::AbstractTensorNetwork) hypermap = Tenet.hyperflatten(tn)