quantulum3 icon indicating copy to clipboard operation
quantulum3 copied to clipboard

Adding custom unit

Open hrabkin opened this issue 1 year ago • 0 comments

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")

hrabkin avatar Jan 14 '24 20:01 hrabkin