baron
baron copied to clipboard
Incorrect parsing of floats
Trying to run baron over numpy exposes some issues. This is the latest I've found:
numpy/core/tests/test_umath.py
p = 9.999999999333333333e-6j + 1.000000000066666666e-5
This code ends up as "1.000000000066666666e" and "-" and 5 in the AST. My code blows up on this :P