[Solved] TypeError: object array may be self-referencing python


I tried to reproduce the error. The error I got is:

TypeError: must be real number, not list

If the error is same then it was solved by doing this:

thisJ = temp7 * math.exp(temp6[0][0])

Because temp6 type is list containing list containing array object. Please do correct me if I am wrong.

0

solved TypeError: object array may be self-referencing python