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

pykoop is slow to import #166

Closed
sdahdah opened this issue Dec 3, 2023 · 1 comment · Fixed by #167
Closed

pykoop is slow to import #166

sdahdah opened this issue Dec 3, 2023 · 1 comment · Fixed by #167
Assignees
Labels
bug Something isn't working

Comments

@sdahdah
Copy link
Member

sdahdah commented Dec 3, 2023

It can take more than one second. What on earth is going on here?

$ time python  -c "import pykoop"

real	0m1.729s
user	0m1.699s
sys	0m0.400s
@sdahdah sdahdah added the bug Something isn't working label Dec 3, 2023
@sdahdah sdahdah self-assigned this Dec 3, 2023
@sdahdah
Copy link
Member Author

sdahdah commented Dec 5, 2023

2023-12-05-115656_1558x902_scrot

OK it's because I import pandas. I think I can just import pandas.DataFrame to fix this.

@sdahdah sdahdah mentioned this issue Jan 12, 2024
5 tasks
@sdahdah sdahdah linked a pull request Jan 12, 2024 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant