Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

inconsistent parsing behavior #212

Open
yoavg opened this issue Jan 7, 2023 · 1 comment · May be fixed by #213
Open

inconsistent parsing behavior #212

yoavg opened this issue Jan 7, 2023 · 1 comment · May be fixed by #213
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@yoavg
Copy link
Contributor

yoavg commented Jan 7, 2023

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

@yoavg
Copy link
Contributor Author

yoavg commented Jan 7, 2023

found the issue, working on a PR

@yoavg yoavg linked a pull request Jan 7, 2023 that will close this issue
@nielstron nielstron added bug Something isn't working help wanted Extra attention is needed labels May 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants