Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
workflow
ewoks
ewoksdask
Commits
e3417233
Commit
e3417233
authored
Feb 06, 2022
by
Wout De Nolf
Browse files
ewokscore API change
parent
0123e1db
Pipeline
#66406
passed with stages
in 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ewoksdask/bindings.py
View file @
e3417233
...
...
@@ -38,7 +38,7 @@ def execute_task(execinfo, *inputs):
def
convert_graph
(
ewoksgraph
,
**
execute_options
):
daskgraph
=
dict
()
for
target_id
,
node_attrs
in
ewoksgraph
.
graph
.
nodes
.
items
():
source_ids
=
tuple
(
analysis
.
predecessors
(
ewoksgraph
.
graph
,
target_id
))
source_ids
=
tuple
(
analysis
.
node_
predecessors
(
ewoksgraph
.
graph
,
target_id
))
link_attrs
=
tuple
(
ewoksgraph
.
graph
[
source_id
][
target_id
]
for
source_id
in
source_ids
)
...
...
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