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
13a6b871
Commit
13a6b871
authored
Mar 16, 2014
by
Tiago Peixoto
Browse files
Fix incompatibility bug with python 2.7 in nested_blockmodel.py
parent
e0ff2756
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/graph_tool/community/nested_blockmodel.py
View file @
13a6b871
...
...
@@ -436,8 +436,8 @@ class NestedMinimizeState(object):
def
clear
(
self
):
self
.
minimize_state
.
clear
()
self
.
l
=
-
1
self
.
bs
.
clear
()
self
.
done
.
clear
()
del
self
.
bs
[:]
del
self
.
done
[:]
def
sync
(
self
,
state
):
if
len
(
self
.
bs
)
==
0
:
...
...
Tiago Peixoto
@count0
mentioned in issue
#136 (closed)
·
Aug 06, 2014
mentioned in issue
#136 (closed)
mentioned in issue #136
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