quantulum3 icon indicating copy to clipboard operation
quantulum3 copied to clipboard

coordinations are interpreted as ranges

Open yoavg opened this issue 2 years ago • 1 comments

Describe the bug 5 and 6 kg is parsed as [Quantity(5.5, "Unit(name="kilogram", entity=Entity("mass"), uri=Kilogram)")]

Expected behavior

  • between 5 and 6 kg should parse as [Quantity(5.5, "Unit(name="kilogram", entity=Entity("mass"), uri=Kilogram)")]
  • 5 and 6 kg should parse as [Quantity(5, "Unit(name="kilogram", entity=Entity("mass"), uri=Kilogram)"), Quantity(6, "Unit(name="kilogram", entity=Entity("mass"), uri=Kilogram)")]

Additional context The 5 and 6 x construction is common in, eg, the two groups were treated with 5 and 6 mg ... respectively

yoavg avatar Dec 30 '22 11:12 yoavg

should be fixed by #204

yoavg avatar Dec 31 '22 16:12 yoavg