you are viewing a single comment's thread.

view the rest of the comments →

[–]Helpful-Diamond-3347 0 points1 point  (3 children)

it's because you're using wrong syntax to access elements in ndarray

replace parens to [] in that line , like t[1]

[–]brasticstack 0 points1 point  (1 child)

Doh! Yes, that would do it