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

Missing imports #51

Closed
senganal opened this issue Oct 24, 2016 · 0 comments
Closed

Missing imports #51

senganal opened this issue Oct 24, 2016 · 0 comments
Assignees

Comments

@senganal
Copy link
Contributor

(scimath)bash-3.2$ flake8 scimath | grep F821
scimath/physical_quantities/dimensions.py:139:23: F821 undefined name 'TraitsError'
scimath/physical_quantities/dimensions.py:140:15: F821 undefined name 'TraitsError'
scimath/physical_quantities/units.py:107:19: F821 undefined name 'QuantityTypeError'
scimath/physical_quantities/units.py:125:19: F821 undefined name 'QuantityTypeError'
scimath/physical_quantities/units.py:137:19: F821 undefined name 'QuantityTypeError'
scimath/physical_quantities/units.py:154:20: F821 undefined name 'Quantity'
scimath/physical_quantities/units.py:160:20: F821 undefined name 'Quantity'
scimath/physical_quantities/units.py:166:20: F821 undefined name 'Quantity'
scimath/physical_quantities/units.py:203:43: F821 undefined name 'dict_add'
scimath/physical_quantities/units.py:211:44: F821 undefined name 'dict_sub'
scimath/physical_quantities/units.py:219:43: F821 undefined name 'dict_mul'
scimath/physical_quantities/units.py:244:16: F821 undefined name 'format_expansion'
scimath/physical_quantities/units.py:246:51: F821 undefined name 'unicode_power'
scimath/physical_quantities/units.py:250:16: F821 undefined name 'format_expansion'
scimath/physical_quantities/units.py:255:15: F821 undefined name 'dimensionless'
scimath/units/quantity.py:137:32: F821 undefined name 'em'
scimath/units/unit_db.py:126:48: F821 undefined name 'column_names'
scimath/units/unit_db.py:172:59: F821 undefined name 'converters'
scimath/units/unit_db.py:221:35: F821 undefined name 'system_names'
scimath/units/unit_manager.py:225:34: F821 undefined name 'us'
scimath/units/unit_manager.py:482:33: F821 undefined name 'numpy'
@senganal senganal self-assigned this Oct 24, 2016
@senganal senganal mentioned this issue Nov 1, 2016
3 tasks
rkern added a commit that referenced this issue Oct 1, 2018
Some of these are obvious typos and refactoring leftovers. There are still
a few in `scimath.physical_quantities` because that package looks like
unfinished work.

Fixes #51 (or what I can of it).
@rkern rkern closed this as completed in #63 Oct 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant