-
Notifications
You must be signed in to change notification settings - Fork 55
Closed
Labels
Description
Hi, the Pint docs say in http://pint.readthedocs.org/en/latest/nonmult.html
The default definition file includes fahrenheits, celsius, kelvin and rankine
abbreviated as degF, degC, degK, and degR.
However, when I do (in 1.1 from http://www.packal.org/workflow/convert)
convert 11 degC degF
it gives me an error message:
Unknown unit : degc
The workaround is to type the long names:
convert 11 celsius fahrenheit
That does work, but is pretty long to type.
Otherwise, this is an awesome workflow. Thank you for the work you put into this.
Best,
Julian