scientific notation?
When printing large/small floats the default is scientific notation.
Either parse it or print it parsably.
The easiest way to parse it is to just call float() on it and see if that works...
Fixed by https://osdn.net/projects/joypy/scm/hg/Joypy/commits/91d5c977b8574d187921ed4fdb29044af6f506d0
When printing large/small floats the default is scientific notation.
Either parse it or print it parsably.
The easiest way to parse it is to just call float() on it and see if that works...