Skip to content
New issue

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

Discrepancies in find_unit #13874

Open
Shikhar1998 opened this issue Jan 9, 2018 · 0 comments · May be fixed by #13875 or #24621
Open

Discrepancies in find_unit #13874

Shikhar1998 opened this issue Jan 9, 2018 · 0 comments · May be fixed by #13875 or #24621
Labels
physics.units Units and dimensions

Comments

@Shikhar1998
Copy link
Contributor

Shikhar1998 commented Jan 9, 2018

Consider the following examples:

>>> from sympy.physics import units as u
>>> u.find_unit('charge')
    ['C', 'coulomb', 'coulombs', 'planck_charge'] # correct
>>> u.find_unit("ampere")
    ['ampere', 'amperes'] # partially correct, should also include 'A' and planck_current, similar to above
>>> u.find_unit('volt')
    ['volt', 'volts', 'electronvolt', 'electronvolts', 'planck_voltage'] # partially correct 
@oscarbenjamin oscarbenjamin added the physics.units Units and dimensions label Feb 27, 2019
@1e9abhi1e10 1e9abhi1e10 linked a pull request Jan 28, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
physics.units Units and dimensions
Projects
None yet
2 participants