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

Always import numpy as np #278

Closed
davidhassell opened this issue Nov 8, 2023 · 0 comments · Fixed by #283
Closed

Always import numpy as np #278

davidhassell opened this issue Nov 8, 2023 · 0 comments · Fixed by #283

Comments

@davidhassell
Copy link
Contributor

For consistency, we should replace all import numpy with import numpy as np, and update all occurrences of numpy. with np..

@davidhassell davidhassell added the enhancement New feature or request label Nov 8, 2023
@davidhassell davidhassell added this to the Next release milestone Jan 5, 2024
@davidhassell davidhassell added code tidy/refactor and removed enhancement New feature or request labels Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant