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
d2984171
Commit
d2984171
authored
Aug 27, 2021
by
Wout De Nolf
Browse files
result_nodes is deprecated
parent
2dae3bdf
Pipeline
#53479
passed with stages
in 1 minute and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ewoksdask/bindings.py
View file @
d2984171
...
...
@@ -95,7 +95,7 @@ def execute_graph(
if
results_of_all_nodes
:
nodes
=
list
(
ewoksgraph
.
graph
.
nodes
)
else
:
nodes
=
list
(
ewoksgraph
.
result
_nodes
())
nodes
=
list
(
ewoksgraph
.
end
_nodes
())
if
scheduler
is
None
:
results
=
sequential_scheduler
(
daskgraph
,
nodes
)
...
...
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