Arturs Stramkals
11/03/2021, 9:33 PMdef foo_op(context, bar)
.yuhan
11/03/2021, 9:36 PMfoo_op(return_bar())
Arturs Stramkals
11/03/2021, 9:38 PMbar
input with context datafoo_op
is a map over return_bar
output?fan_out_foo(baz).map(foo_op)
, with the issue being my confusion over launchpad asking me to define bar
in config, though typing that out makes me wonder why I ever thought it would actually work like that.context
and initial_contet
.yuhan
11/03/2021, 10:20 PMcontext
work?Arturs Stramkals
11/03/2021, 10:21 PMcontext
and init_context
are reserved keywords with different meanings.yuhan
11/03/2021, 10:33 PM