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
66b06c30
Commit
66b06c30
authored
Nov 03, 2021
by
dirk.wintergruen
Browse files
another problem in parallelprocessing fixed
parent
9dc8dcfd
Changes
1
Hide whitespace changes
Inline
Side-by-side
network_extensions/igraphx/__init__.py
View file @
66b06c30
...
...
@@ -991,7 +991,7 @@ def projectBipartiteParallel2(
with
Pool
(
len
(
data
))
as
p
:
graphs
=
p
.
map
(
projectBipartiteProcess2
,
data
)
ret_gr
=
graphs
[
0
]
ret_gr
=
graphs
[
0
]
[
0
]
if
save_intermediate
:
path
=
"/tmp/intermediate/%s/"
%
uuid
.
uuid4
().
urn
os
.
makedirs
(
path
)
...
...
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