-
Notifications
You must be signed in to change notification settings - Fork 3
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
Error running PE example combining models #11
Comments
I ran the code on my end and things seem to work fine for me. It seems like this might be a multiprocessing issues. In the last line of the cell, could you try setting the |
How do you recommend installing jupyter or whatever app to run the notebook? It seems some of these issues stem from me just installing the latest jupyter off conda. |
Hi @cmbiwer - I've now looked into this, and indeed, the issue arises when using a jupyter notebook whereas it runs fine on jupyter lab. I've reproduced your error by running:
and using the I think this is coming from a known bug/issue with multiprocessing on jupyter, see
I have now fixed the issue by just removing the multiprocessing call in the notebook, |
Thanks for looking into that. That is what I was doing.
I think that would be helpful and I'd be happy to close the issue and approve the JOSS submission. |
Great - I've added a tip, see https://git.ligo.org/pygwb/pygwb/-/blob/master/tutorials/run_pe.ipynb All merged. |
In this demo: https://pygwb.docs.ligo.org/pygwb/run_pe.html#Combining-models
When I run this cell:
I get an error:
The text was updated successfully, but these errors were encountered: