You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently sent a pull request for LapseRate quantity which is merged, but I see that I created a unit KiloDegreesCelsiusPerMeter instead of DegreesCelsiusPerKilometer. I want to fix it but I don't know how to prefix a unit which comes after Per.
I checked other quantities, there is no other quantity which has a prefix after Per. So I wonder, is it possible? If not, should I use MilliDegreesCelsiusPerMeter instead?
The text was updated successfully, but these errors were encountered:
It will have to be defined "by hand", defining each unit separately in the quantity json. It can't use the prefixes structure for this, it's a weakness in the design.
I recently sent a pull request for LapseRate quantity which is merged, but I see that I created a unit
KiloDegreesCelsiusPerMeter
instead ofDegreesCelsiusPerKilometer
. I want to fix it but I don't know how to prefix a unit which comes afterPer
.I checked other quantities, there is no other quantity which has a prefix after
Per
. So I wonder, is it possible? If not, should I useMilliDegreesCelsiusPerMeter
instead?The text was updated successfully, but these errors were encountered: