From 8e25ca73d5fccd0293af8c81070cfc440e8d0985 Mon Sep 17 00:00:00 2001
From: DEBREUVE Eric <eric.debreuve@inria.fr>
Date: Mon, 30 Sep 2019 16:21:14 +0200
Subject: [PATCH] corrected wrong method name

---
 main.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main.py b/main.py
index 435f5ac..acbf1d1 100644
--- a/main.py
+++ b/main.py
@@ -125,7 +125,7 @@ print("\n--- Extension <-> Extension")
 
 should_look_for_connections = True
 while should_look_for_connections:
-    som_nfo["soma_w_ext_lmp"] = soma_t.SomasWithExtensionsLMap(somas)
+    som_nfo["soma_w_ext_lmp"] = soma_t.SomasLMap(somas)
     som_nfo["dist_to_closest"], som_nfo["influence_map"] = soma_t.InfluenceMaps(
         som_nfo["soma_w_ext_lmp"]
     )
-- 
GitLab