mirror of
https://github.com/fverdugo/XM_40017.git
synced 2025-11-08 16:14:23 +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": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"fun = () -> a + b\n",
|
||||
"fun = () -> add(a, b)\n",
|
||||
"t = Task(fun)\n",
|
||||
"schedule(t)"
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user