Add NORMALISED_UNIT to UnitConverter (#78920)
* Add NORMALISED_UNIT to UnitConverter * Adjust statistics * Rename
This commit is contained in:
parent
f5120872aa
commit
713fb874a8
8 changed files with 49 additions and 43 deletions
|
@ -41,6 +41,8 @@ UNIT_CONVERSION: dict[str, float] = {
|
|||
VOLUME_CUBIC_FEET: 1 / CUBIC_FOOT_TO_CUBIC_METER,
|
||||
}
|
||||
|
||||
NORMALIZED_UNIT = VOLUME_CUBIC_METERS
|
||||
|
||||
|
||||
def liter_to_gallon(liter: float) -> float:
|
||||
"""Convert a volume measurement in Liter to Gallon."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue