'QXX '
---------------------------------------------------------------------------
ValueError Traceback (most recent call last)
<ipython-input-11-f497a31993f2> in <module>
11 # print(type(subline), subline)
12 for j in range(3):
---> 13 velocity_vector[itera, 0] = float(subline[j])
14 itera += 1
15
ValueError: could not convert string to float: "'QY
