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

P_map not waiting for processes to finish before moving on and crashing due to a memory error #41

Open
chris99336 opened this issue Nov 4, 2021 · 1 comment

Comments

@chris99336
Copy link

When I run my function with p_map, it runs just fine. If I run it in my script that has more operations after the call to p_map, it takes a very long time and then I start getting various memory errors.
Is there a way to force it to wait for the processes to finish before continuing on to the next line of code?

Thanks!

@chris99336
Copy link
Author

I just wanted to add an update.
The progress bar and everything seems to work perfectly for me in JupyterLab.
The issues I was having were in Spyder.
I would still like to know if there is an answer to my question, but as it is, at least I can move forward.

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