Replies: 1 comment 3 replies
-
Hi Dom - what version of PHOEBE are you using? This sounds like a bug in the constraints, and 2.4.4 recently fixed a similar bug for the requiv constraints that might be related 🤞. If you are on 2.4.4 already and happen to have a version of the bundle that shows this error (it would probably either show in the logger or when calling Thanks! |
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
-
Hi,
I am trying to use the EMCEE solver to fit a light curve and am running into a runtime issue that halts progression without raising any exceptions.
I am fitting a single band light curve, and have used the estimators + nelder-mead optimization to get an initial solution. Following the emcee tutorial, I checked that model from the initial distributions represents the observations well before starting the MCMC run.
I am trying to run the solver for 5000 iterations. After a few hundred steps, this error is printed:
Then, a runtime warning is printed repeatedly for much longer than the length of a single iterations.
On my machine a single iteration takes ~3 seconds, but this warning will print repeatedly for more than an hour. The main iteration progressbar increases by 1, and then this series of errors repeats for the next iteration step.
I've also looked at the 'top' output while the MCMC is running. The number of processes running drops to 1 when this error starts. Maybe one walker is getting stuck?
I have tried running the MCMC in chunks of 50 iterations using the 'continue_from' qualifier until this error pops up. It looks like all of the walkers are moving in the right direction, and nothing jumped out as clearly wrong when I plotted 'lnprobability' or 'trace'.
I have tried running this on different machines, and also tried upgrading from version 2.3 to 2.4. I have been able to run MCMC successfully with a similar setup for different binaries, and I'm not quite sure what is different here.
Do you have any suggestions for addressing this issue? I am happy to email the script from 'export_solver' if that would be helpful.
Cheers,
Dom
Beta Was this translation helpful? Give feedback.
All reactions