emre
10/19/2020, 1:45 PM.map()
would be infinitely more elegant.Kyle Moon-Wright
10/19/2020, 3:33 PMemre
10/19/2020, 7:44 PMflatten()
say that flatten assumes the input is a list of lists, I did not have the chance to try, I am getting an unrelated error that prevents me to start a DaskExecutor
, but this makes me think simply wrapping my task inputs with flatten would result in an error. And I would like to avoid changing my return x
statements to return [x]
😅 .Kyle Moon-Wright
10/19/2020, 7:55 PM