From b6acfdc5ddadc66df3f0348e46d7090ff5aefeaa Mon Sep 17 00:00:00 2001 From: pertft Date: Fri, 1 Sep 2023 09:37:13 +0200 Subject: [PATCH] warning fix --- src/TuLiPa.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TuLiPa.jl b/src/TuLiPa.jl index 6eaa5ee4..7ffd70e0 100644 --- a/src/TuLiPa.jl +++ b/src/TuLiPa.jl @@ -59,7 +59,7 @@ include("reasoning_nvehydro.jl") # Resulthandling include("results.jl") -_EXCLUDE_SYMBOLS = [] +_EXCLUDE_SYMBOLS = [:include, :eval] for sym in names(@__MODULE__; all = true) sym_string = string(sym)