You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
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!
The text was updated successfully, but these errors were encountered: