Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dirk.wintergruen
network_extensions
Commits
f09b0b11
Commit
f09b0b11
authored
Jul 30, 2021
by
dirk.wintergruen
Browse files
event more debugging
parent
c0162c64
Changes
1
Hide whitespace changes
Inline
Side-by-side
network_extensions/igraphx/__init__.py
View file @
f09b0b11
...
...
@@ -1448,6 +1448,7 @@ def calcTop(
"""
logger
.
debug
(
f
"Calculating tops for func:
{
func
}
, normalize:
{
normalize
}
"
)
logger
.
debug
(
f
"Graph with
{
len
(
ng
.
es
)
}
edges and
{
len
(
ng
.
vs
)
}
nodes."
)
logger
.
debug
(
f
"kwargs:
{
kwargs
}
"
)
if
mode
==
"edge"
:
objects
=
ng
.
es
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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