We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I get the raw unit? I'd like to get the M/L. Instead, with quants[0].unit.name I get metre per litre.
M/L
quants[0].unit.name
metre per litre
from quantulum3 import parser quants = parser.parse('solubility is 2 M/L')
Also, is there a way to find the span of value and unit quantities seperately?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
How do I get the raw unit? I'd like to get the
M/L
. Instead, withquants[0].unit.name
I getmetre per litre
.Also, is there a way to find the span of value and unit quantities seperately?
The text was updated successfully, but these errors were encountered: