From a0b607e79b9c81b25d5779b848eacfdee7d54ace Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helmut=20H=C3=A4nsel?= Date: Sun, 1 Dec 2024 23:52:03 +0100 Subject: [PATCH] fix missing `import MacroTools` --- src/Stipple.jl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Stipple.jl b/src/Stipple.jl index e424fee..15fd2ba 100644 --- a/src/Stipple.jl +++ b/src/Stipple.jl @@ -20,6 +20,8 @@ const PRECOMPILE = Ref(false) const ALWAYS_REGISTER_CHANNELS = Ref(true) const USE_MODEL_STORAGE = Ref(true) +import MacroTools + """ Disables the automatic storage and retrieval of the models in the session. Useful for large models.