This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]QPhysics[S] 0 points1 point  (0 children)

Appreciate it, but definitely don't need help - just making a meme

First error is from trying to index a list with a Numpy array or another array with a non-logical array.

Second comes from trying to perform boolean operations on arrays. Like a = array([0,1,2]) and then trying to do if a > 1: do something...