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
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.
The text was updated successfully, but these errors were encountered:
Currently, not all units (such as
VARHOUR
) are registered by usingPowerSystemUnits#addUnit
. This means that executingQuantities.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.The text was updated successfully, but these errors were encountered: