mirror of
https://github.com/fverdugo/XM_40017.git
synced 2025-11-08 22:24:25 +01:00
Added missing function call in example
Feel like this is the real example you tried to give.
This commit is contained in:
parent
662e07dacd
commit
46c6a433a6
@ -484,7 +484,7 @@
|
|||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"fun = () -> a + b\n",
|
"fun = () -> add(a, b)\n",
|
||||||
"t = Task(fun)\n",
|
"t = Task(fun)\n",
|
||||||
"schedule(t)"
|
"schedule(t)"
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user