nielstron / quantulum3

Library for unit extraction - fork of quantulum for python3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

inconsistent parsing behavior

yoavg opened this issue · comments

Describe the bug
the following program results in different outputs on different invocations:

print(parser.parse("-34 cm / kg")[0].surface)

some runs print -34 cm and others print -34 cm / kg

found the issue, working on a PR