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
workflow
ewoks
ewoksorange
Commits
34ce8aa8
Commit
34ce8aa8
authored
Nov 30, 2021
by
Wout De Nolf
Browse files
execute graph API change
parent
225163b2
Pipeline
#61743
failed with stages
in 9 seconds
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
ewoksorange/tests/test_tutorials.py
View file @
34ce8aa8
...
...
@@ -140,7 +140,7 @@ def assert_sumlist_tutorial_without_qt(filename):
if
adict
[
"name"
]
==
"delay"
:
adict
[
"value"
]
=
0
results
=
graph
.
execute
()
results
=
graph
.
execute
(
results_of_all_nodes
=
True
)
listsum
=
sum
(
results
[
"0"
].
output_values
[
"list"
])
for
i
in
[
4
,
5
,
6
]:
assert
results
[
str
(
i
)].
input_values
==
{
"sum"
:
listsum
}
...
...
Write
Preview
Markdown
is supported
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