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
41bae98c
Commit
41bae98c
authored
Jul 19, 2018
by
Tiago Peixoto
Browse files
NestedBlockState: Remove uncessary filter synchronization
This fixes issue
#495
.
parent
247ecf5c
Pipeline
#435
failed with stage
in 172 minutes and 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/graph_tool/inference/nested_blockmodel.py
View file @
41bae98c
...
...
@@ -734,13 +734,6 @@ class NestedBlockState(object):
else
:
eargs
=
entropy_args
filt
=
self
.
g
.
get_edge_filter
()
if
filt
[
0
]
is
not
None
:
for
ls
in
self
.
levels
[
l
:]:
# edge filters may become de-synchronized at upper layers
filt
=
ls
.
g
.
get_edge_filter
()
filt
[
0
].
a
=
not
filt
[
1
]
if
c
is
None
:
args
=
dict
(
kwargs
,
entropy_args
=
eargs
)
else
:
...
...
Tiago Peixoto
@count0
mentioned in issue
#495 (closed)
·
Jul 19, 2018
mentioned in issue
#495 (closed)
mentioned in issue #495
Toggle commit list
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