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
ddd84961
Commit
ddd84961
authored
Feb 11, 2013
by
Tiago Peixoto
Browse files
Fix BlockState.min_dist()
parent
4d212c1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/graph_tool/community/blockmodel.py
View file @
ddd84961
...
...
@@ -343,9 +343,7 @@ class BlockState(object):
_prop
(
"e"
,
self
.
bg
,
self
.
mrs
),
_prop
(
"v"
,
self
.
bg
,
self
.
mrp
),
_prop
(
"v"
,
self
.
bg
,
self
.
mrm
),
_prop
(
"v"
,
self
.
bg
,
self
.
wr
),
self
.
deg_corr
,
self
.
vertices
)
_prop
(
"v"
,
self
.
bg
,
self
.
wr
))
del
self
.
egroups
def
remove_vertex
(
self
,
v
):
...
...
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