8000 Consider module import for numpy, scipy, etc. · Issue #389 · acoular/acoular · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Consider module import for numpy, scipy, etc. #389

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

Open
adku1173 opened this issue Dec 3, 2024 · 0 comments
Open

Consider module import for numpy, scipy, etc. #389

adku1173 opened this issue Dec 3, 2024 · 0 comments

Comments

@adku1173
Copy link
Member
adku1173 commented Dec 3, 2024

Currently, we are importing many functions from NumPy and other modules, which results in massive import statements in Acoular and shadowing of Python builtins (e.g. sum).

I would suggest to import the NumPy module with import numpy as np.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants
0