Replies: 1 comment 3 replies
-
|
Thanks for reaching out! I'm not sure at a quick glance exactly what is happening, but here are a few thoughts to consider:
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Phoebe community,
I've encountered some trouble making use of the dynesty backend and would appreciate any guidance on the issue.
I'm attempting to use dynesty to sample a light curve that has been phase-folded and then binned to 100 points. I've succesfully completed 2 seperate runs of dynesty on an HPC and retreived both as entire bundles for inspection on my local machine. When attempting to view the corner plot via
b[solution_name].plot(style = 'corner')I am served withand a grid of empty plots. I'll provide my initial values, prior distributions, and solver options for reference
It may be worth noting that I have had to switch my modeling approach to this system from a semi-detached ellipsoidal variable to a detached system with a low inclination, as the former resulted in un-physical masses for both components. The agreement of the model and the observations suffered accordingly but I wanted to bring this system through the entire inverse problem regardless as I am new to the software and could use the experience. Below are plots of the binned light curve (black) and synthetic light curve (blue) to illustrate the fit before and after the second run:
Before
After
The solution recorded only 2446 iterations before it exceeded the maxcall limit so this will have to be increased in future runs, but it still seems strange to me that the posterior distributions can't be analyzed despite the successful completion of the solver.
The way I see it I might have to abandon hope for this system and move onto another that is clearly eclipsing but first I'd like to ask if anyone could shed some light on my next steps in dealing with this.
Thank you in advance for your time!
Beta Was this translation helpful? Give feedback.
All reactions