Open manjiler opened 1 year ago
Hi @manjiler -- this should actually cause an error because z + 1
is a type error, right? Or am I missing something? Of course, the error message should be better :)
I have the exact same error with an empty function with just pass. In the end the error was due to an external import (import tf , ROS noetic). It worked fine when removed.
I am trying to make use codon to speed up few python functions.
Stuck with this error.
Function that has
type z is list.
Is there a way to get past this error or am I doing something wrong here?