python numpy numbers output with type cast around them, which is a bug in my program
I am casting a python tuple to a numpy array, using a quaternion function, and then casting the returning numpy array back to a tuple. Here, start_pos is a tuple (0,0,0). The second tuple goes into a list.