Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
discus
pydtnsim
Commits
0ce2dcf5
Commit
0ce2dcf5
authored
Aug 18, 2017
by
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
Pipeline
#5024
failed with stage
in 1 minute and 40 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
pydtn/community.py
View file @
0ce2dcf5
...
...
@@ -176,7 +176,7 @@ class Community:
return
len
([
other
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
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment