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
710f08bc
Commit
710f08bc
authored
Mar 30, 2018
by
Tiago Peixoto
Browse files
uncertain_blockmodel.py: Toggle fast edge removal
parent
d67c1a12
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/graph_tool/inference/uncertain_blockmodel.py
View file @
710f08bc
...
...
@@ -51,6 +51,7 @@ class UncertainBaseState(object):
self
.
eweight
=
bstate
.
levels
[
0
].
eweight
else
:
self
.
eweight
=
bstate
.
eweight
self
.
u
.
set_fast_edge_removal
()
self
.
self_loops
=
self_loops
N
=
self
.
u
.
num_vertices
()
...
...
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