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
274511e6
Commit
274511e6
authored
Nov 17, 2008
by
Tiago Peixoto
Browse files
Fix command line parsing of scalar assortativity coefficient
parent
2cb064cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/graph_tool/__init__.py
View file @
274511e6
...
...
@@ -931,7 +931,7 @@ class Graph(object):
accepted in place of degree"""
return
self
.
__graph
.
GetAssortativityCoefficient
(
_degree
(
degree
))
@
_attrs
(
opt_group
=
__groups
[
-
1
])
@
_attrs
(
opt_group
=
__groups
[
-
1
]
,
has_output
=
True
)
@
_handle_exceptions
@
_lazy_load
def
scalar_assortativity_coefficient
(
self
,
degree
):
...
...
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