You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()).
The text was updated successfully, but these errors were encountered:
There are at least two bugs in unitparser.py:
The text was updated successfully, but these errors were encountered: