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
53af7627
Commit
53af7627
authored
Sep 29, 2014
by
Tiago Peixoto
Browse files
Fix destructor bug in BlockState
parent
e46ea311
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/graph_tool/community/blockmodel.py
View file @
53af7627
...
@@ -204,7 +204,7 @@ class BlockState(object):
...
@@ -204,7 +204,7 @@ class BlockState(object):
libcommunity
.
clear_safelog
()
libcommunity
.
clear_safelog
()
libcommunity
.
clear_xlogx
()
libcommunity
.
clear_xlogx
()
libcommunity
.
clear_lgamma
()
libcommunity
.
clear_lgamma
()
except
(
ValueError
,
AttributeError
):
except
(
ValueError
,
AttributeError
,
TypeError
):
pass
pass
def
__repr__
(
self
):
def
__repr__
(
self
):
...
...
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