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
Describe the bug As mentioned in #161, for some inputs the output of the disambiguation tool seems nondeterministic. This is undesired behaviour.
To Reproduce Results for "1mw"
Expected behavior Always return either "milliwatt" or "megawatt", however not random ones.
Additional information:
Additional context As pointed out in #162 , by running next(iter(..)) the entity and unit disambiguation may be non-deterministic
The text was updated successfully, but these errors were encountered:
Have determistic output when multiple things match. Addresses nielstr…
94a6afd
…on#163.
No branches or pull requests
Describe the bug
As mentioned in #161, for some inputs the output of the disambiguation tool seems nondeterministic. This is undesired behaviour.
To Reproduce
Results for "1mw"
Expected behavior
Always return either "milliwatt" or "megawatt", however not random ones.
Additional information:
Additional context
As pointed out in #162 , by running next(iter(..)) the entity and unit disambiguation may be non-deterministic
The text was updated successfully, but these errors were encountered: