-
Notifications
You must be signed in to change notification settings - Fork 18
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
runtime issue in latest version #173
Comments
How many parameters are you varying here? The first error suggests that maybe they are all fixed, which would work with the test sampler but might break the others (there should definitely be a better error message - sorry about that!) The print-out of all the parameter ranges should show it. Cheers, |
Hi Joe, thanks for the quick response. Indeed in the run I sent the error message for, the parmaeters were fixed. But now varying two parmaeters h and linear galaxy bias, and keeping the rest fixed,
now, I get similar errors from emcee and polychord after one or a few evaluations of the likelihood,
|
The first line of the traceback tells us it's happening inside a module, so we'll need to figure out which one. You can do these two to help narrow it down:
|
Hi Joe,
We are developing an extension of CosmoSIS for galaxy clustering analysis, in which we had previously used older version of CosmoSIS. Recently, I tried to update our pipeline with the latest version of CosmoSIS, but am facing various problems with the modifications.
At the moment, I am facing problems with running the pipeline when using various samplers. When using "test" sampler, the pipeline runs ok and I get a computed value of the likelihood. But when I use "emcee", I get the following error,
If using a different sampler, for instance Polychord, I get a different error after the first evaluation of the likelihood:
Is there any known issue with latest cosmosis version, and for instance python 3.12?
Thank you in advance.
The text was updated successfully, but these errors were encountered: