quantulum3
quantulum3 copied to clipboard
Adding custom unit
Describe the bug Adding custom unit not working for some variations
To Reproduce Steps to reproduce the behavior:
Works.: add_custom_unit(name="pound-mass", surfaces=["lbr"], entity="mass")
Doesn't work only for "gr": add_custom_unit(name="gram", surfaces=["grams", "grm", "gr"], entity="mass")