Skip to content

Commit 016a0a8

Browse files
committed
jobflow fix
1 parent 8713dc6 commit 016a0a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example_workflows/arithmetic/jobflow.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
"metadata": {},
165165
"outputs": [],
166166
"source": [
167-
"result = get_sum(x=tmp_sum.output)"
167+
"result = get_square(x=tmp_sum.output)"
168168
]
169169
},
170170
{

0 commit comments

Comments
 (0)