From bbe63034daa0b09a491b8c2c61cb18759bbeee95 Mon Sep 17 00:00:00 2001 From: Victor Date: Thu, 29 Oct 2020 14:45:58 +0100 Subject: [PATCH] setting precompile to false --- src/ABMEv.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ABMEv.jl b/src/ABMEv.jl index 5860f23..78e522b 100644 --- a/src/ABMEv.jl +++ b/src/ABMEv.jl @@ -1,4 +1,4 @@ -__precompile__() +__precompile__(false) module ABMEv using Distributions,LinearAlgebra,Reexport,StatsBase -- GitLab