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

Package is slow to import #14

Open
shz9 opened this issue Jun 6, 2024 · 0 comments
Open

Package is slow to import #14

shz9 opened this issue Jun 6, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@shz9
Copy link
Owner

shz9 commented Jun 6, 2024

At the moment, the package takes several seconds at least to be imported. This is likely because we're importing very heavy dependencies at the top of some of the modules, including scipy, pandas, and numpy, matplotlib, etc. It would be good to refactor the import statements to reduce the time to load the main modules.

@shz9 shz9 added the good first issue Good for newcomers label Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant