From 98a6278c5f8f774946261ebb27289b4837b635ab Mon Sep 17 00:00:00 2001
From: Mahmoud Bentriou <mahmoud.bentriou@centralesupelec.fr>
Date: Thu, 11 Mar 2021 15:47:59 +0100
Subject: [PATCH] discard get_module_path() in abc smc

---
 algorithms/abc_smc.jl | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/algorithms/abc_smc.jl b/algorithms/abc_smc.jl
index 92c6e32..757c456 100644
--- a/algorithms/abc_smc.jl
+++ b/algorithms/abc_smc.jl
@@ -12,8 +12,7 @@ using LinearAlgebra
 using DelimitedFiles
 using Logging
 
-main_pkg_path = get_module_path()
-include("$(main_pkg_path)/algorithms/_utils_abc.jl")
+include("_utils_abc.jl")
 
 struct ResultAbc
 	mat_p_end::Matrix{Float64}
-- 
GitLab