We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9feb771 commit 8713dc6Copy full SHA for 8713dc6
1 file changed
example_workflows/arithmetic/aiida.ipynb
@@ -94,7 +94,7 @@
94
"get_square_task = wg.add_task(\n",
95
" _get_square,\n",
96
" name=\"get_square\",\n",
97
- " x=get_sum_task.outputs,\n",
+ " x=get_sum_task.outputs.result,\n",
98
")"
99
]
100
},
0 commit comments