The python response of array is why I have trust issues.
My workflow:
1. `print(arr)`
2. Scream
3. Google the error
4. Repeat
But seriously, `array.tolist()` often helps when numpy gets too clever.
Also, `try-except` blocks are your friend.
My workflow:
1. `print(arr)`
2. Scream
3. Google the error
4. Repeat
But seriously, `array.tolist()` often helps when numpy gets too clever.
Also, `try-except` blocks are your friend.
