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
b98a11db
Commit
b98a11db
authored
May 15, 2015
by
Tiago Peixoto
Browse files
Always use layers=True for upper layers of OverlapBlockState()
parent
d1c285d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/graph_tool/community/covariate_blockmodel.py
View file @
b98a11db
...
...
@@ -539,7 +539,7 @@ class CovariateBlockState(BlockState):
bec
=
property
(
lambda
self
:
self
.
get_bg
()[
2
])
def
get_block_state
(
self
,
b
=
None
,
vweight
=
False
,
deg_corr
=
False
,
overlap
=
False
,
layers
=
Non
e
):
overlap
=
False
,
layers
=
Tru
e
):
r
"""Returns a :class:`~graph_tool.community.CovariateBlockState`` corresponding
to the block graph. The parameters have the same meaning as the in the
constructor."""
...
...
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