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
Is your feature request related to a problem? Please describe.
As pointed out in a seperate issue, the combination "<unit_surface>" (i.e. "Mlitre") is not uncommon. Therefore support for its recognition would be desirable.
currently, it is also allowed to mix symbolic and non-symbolic units without spaces. This yields "metre litre per day" for the term "Mlitre/day" from the example above. This only partly gets resolved later by a manual override to convert "M" and "k" to 10^3/10^6 multipliers.
The overall result (15*10^6 litre/day) is only partially desired, as we usually do not want to do unit conversion, which implicitely happens here.
Is your feature request related to a problem? Please describe.
As pointed out in a seperate issue, the combination "<unit_surface>" (i.e. "Mlitre") is not uncommon. Therefore support for its recognition would be desirable.
An example for the usage of such notation:
https://www.climate-policy-watcher.org/water-quality/v-1.html
Additional context
https://github.com/nielstron/quantulum3/pull/162/files#r533194554
The text was updated successfully, but these errors were encountered: