Open
Description
Currently, not all units (such as VARHOUR
) are registered by using PowerSystemUnits#addUnit
. This means that executing Quantities.getQuantity("1 varh")
fails. Investigate whether this applies to more unit (compositions).
Furthermore, after the issue has been fixed, enhance PowerSystemUnitsTest
to also check quantity parsing with all custom units.