From dfaf7be96b42bcd690db92bb331966a4c1766958 Mon Sep 17 00:00:00 2001 From: Tor Erlend Fjelde Date: Fri, 3 Feb 2023 11:47:54 +0000 Subject: [PATCH] added mistakenly commented out tests --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index 6a86a4138..27889b5e5 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -47,7 +47,7 @@ include("test_util.jl") include("threadsafe.jl") - # include("serialization.jl") + include("serialization.jl") include("loglikelihoods.jl") end