Skip to content
Snippets Groups Projects
Commit 0ce2dcf5 authored by Jarrod Pas's avatar Jarrod Pas
Browse files

Merge branch 'bugfix/unique-interactions' into 'develop'

Fixes unique interactions not working at all.

See merge request !12
parents ffd03205 c2c6494c
No related branches found
No related tags found
1 merge request!12Fixes unique interactions not working at all.
Pipeline #5024 failed
...@@ -176,7 +176,7 @@ class Community: ...@@ -176,7 +176,7 @@ class Community:
return len([ return len([
other other
for other in node.community for other in node.community
if graph.has_edge(node, node) if graph.has_edge(node, other)
]) ])
def community_betweenness(self, node_a, node_b): def community_betweenness(self, node_a, node_b):
......
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