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

Bugs in unitparser.py #41

Open
Jerreu opened this issue Jan 12, 2024 · 0 comments
Open

Bugs in unitparser.py #41

Jerreu opened this issue Jan 12, 2024 · 0 comments

Comments

@Jerreu
Copy link

Jerreu commented Jan 12, 2024

There are at least two bugs in unitparser.py:

  • Giving a unit as e.g. "V**(0.5)" will attempt to typecast "(0.5)" as float, when it should be typecasting "0.5" (line 212, 201, etc.). It seems to currently impossible to set fractional exponents.
  • isspace() is misspelled on several occasions (as ispace()).
@ftessier ftessier assigned hvparks and unassigned hvparks Feb 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants