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

Temperature conversion issue #1995

Open
rufuswilson opened this issue May 24, 2024 · 1 comment
Open

Temperature conversion issue #1995

rufuswilson opened this issue May 24, 2024 · 1 comment

Comments

@rufuswilson
Copy link

I was very surprised by the result of the following I was expecting 0.001.

>>> import pint
>>> pint.__version__
'0.23'
>>> UR = pint.UnitRegistry
>>> q = UR.Quantity(1.0,'millidegree_Celsius')
>>> q.m_as(units="degree_Celsius")
-273.149

Am I missing something or is this a bug?

@dalito
Copy link
Contributor

dalito commented May 24, 2024

This is known but not yet fixed, see #1754 (and #1381).

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