From 281273894fb40c31b78925ff100d9b34093b9c82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20S=C3=A1nchez=20Ram=C3=ADrez?= Date: Sun, 7 May 2023 12:11:29 +0200 Subject: [PATCH] Fix stuck precompilation by reordering imports Weird effect. --- ext/MakieExt.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/MakieExt.jl b/ext/MakieExt.jl index d73b5217d..94537a29f 100644 --- a/ext/MakieExt.jl +++ b/ext/MakieExt.jl @@ -8,9 +8,9 @@ end using Combinatorics: combinations using Graphs -using GraphMakie using Makie using NetworkLayout: dim +using GraphMakie function Makie.plot(tn::TensorNetwork; kwargs...) f = Figure()