Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tiago Peixoto
graph-tool
Commits
a4834bf7
Commit
a4834bf7
authored
Dec 26, 2013
by
Tiago Peixoto
Browse files
Fix typo bug in BlockState.get_er()
parent
698e6763
Changes
1
Show whitespace changes
Inline
Side-by-side
src/graph_tool/community/blockmodel.py
View file @
a4834bf7
...
...
@@ -219,7 +219,7 @@ class BlockState(object):
directed, a pair of property maps is returned, with the number of
out-edges :math:`e^+_r` and in-edges :math:`e^-_r`, respectively."""
if
self
.
bg
.
is_directed
():
return
self
.
mrp
.
self
.
mrm
return
self
.
mrp
,
self
.
mrm
else
:
return
self
.
mrp
...
...
Write
Preview
Markdown
is supported
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