-
Notifications
You must be signed in to change notification settings - Fork 58
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
dynesty/ultranest samplers run indefinitely #202
Comments
For the ultranest, could you try the following two independent approaches?
|
Hi @tsunhopang, thanks for the suggestions! I tried another ultranest run using
I also saw this warning several times throughout the run:
|
there seems to be some problem with the data, could u link it to here? |
also the prior u used for the analysis |
Hi @tsunhopang, I tried two different Bu2022Ye analysis runs using nmma demo data. The data were for this ZTF candidate and AT2017gfo. The priors are here, and the function calls are below:
|
Could u try the following:
|
Thanks! I've started a new sampling run with these changes. |
Hi @tsunhopang, I've tried running the ultranest sampling a few times using the following call, but each time it runs until my computer restarts because of a problem (presumably memory related).
I also continue to see warnings about inefficient sampling as shared above. Perhaps different stopping criteria would help the ultranest finish before running out of memory? Changing the sampler to pymultinest and removing the |
Potentially related to default sampler parameters (#20): performing
light_curve_analysis
on an example candidate using the Bu2022Ye model and the dynesty/ultranest samplers appears to run indefinitely. I'm finding that the following calls tolight_curve_analysis
begin sampling but do not conclude:dynesty:
ultranest:
However, using pymultinest for this sampling finishes in a few minutes:
These runs were performed with the latest version of nmma and its requirements (including attempts with bilby-2.1.2 installed with pip and bilby-2.1.2.dev26+g9c1dda6c installed from the source).
The text was updated successfully, but these errors were encountered: