Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 8e25ca73 authored by DEBREUVE Eric's avatar DEBREUVE Eric
Browse files

corrected wrong method name

parent 1ab35221
No related branches found
No related tags found
No related merge requests found
......@@ -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"]
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment