yunruse / Noether

Just another units package
MIT License
9 stars 0 forks source link

`--value` does not work on `AffineUnits` #63

Closed yunruse closed 11 months ago

yunruse commented 11 months ago

General info

Py3.11, Noether 1.0.1

Steps

$ python -m noether 50degC @ degF
122 °F  # temperature
$ python -m noether 50degC @ degF --value
581.67

Expected behaviour

--value (i.e. Measure.value) should incorporate the AffineUnit's basis point; this result is more like degrees Rankine.