From a7b18ac9e38d9e732b4e7af971b58b1f5e912649 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20S=C3=A1nchez=20Ram=C3=ADrez?= Date: Sat, 23 Nov 2024 15:31:52 +0100 Subject: [PATCH] fix --- src/Visualization.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Visualization.jl b/src/Visualization.jl index 5bccbdc4..85704895 100644 --- a/src/Visualization.jl +++ b/src/Visualization.jl @@ -1,6 +1,7 @@ using Graphs: Graphs, vertices, edges function graph_representation(tn::AbstractTensorNetwork) + tn = TensorNetwork(tn) hypermap = Tenet.hyperflatten(tn) if !isempty(hypermap) tn = transform(tn, Tenet.HyperFlatten)