Skip to content

Temperature conversion issue #1995

@rufuswilson

Description

@rufuswilson

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions