We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I try to read a value that I've had pint print out in pretty format, I get the following error:
pint.errors.UndefinedUnitError: '×10' is not defined in the unit registry
The value in question is 1/58e6 * ureg.ohm * ureg.meter, which pretty prints to 1.72×10⁻⁸ m·Ω
The text was updated successfully, but these errors were encountered:
As far as I know it has never been a clear goal to support such round-tripping. So this is more a feature request than a bug report.
Did you test what is causing the problem, the magnitude 1.72×10⁻⁸ or the unit m·Ω or both?
1.72×10⁻⁸
m·Ω
Sorry, something went wrong.
It appears to be the x. If I change the x to an * it parses the rest of it just fine.
No branches or pull requests
When I try to read a value that I've had pint print out in pretty format, I get the following error:
pint.errors.UndefinedUnitError: '×10' is not defined in the unit registry
The value in question is 1/58e6 * ureg.ohm * ureg.meter, which pretty prints to 1.72×10⁻⁸ m·Ω
The text was updated successfully, but these errors were encountered: