-
Notifications
You must be signed in to change notification settings - Fork 6
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
Inf value for Loglkl #17
Comments
Ah, I figured out what the issue was! Turns out "data.cosmo_arguments['l_max_scalars'] = 6000" must be added to the .param file, otherwise the default value that CLASS uses for l_max_scalars is zero, and the get_cl function won't work. Perhaps someone could add this line to the .param file so that this issue will be resolved for others who run into it. Thanks all! -Adam |
I am running the MontePython interface for ACT pol_lite likelihood. The param file that is attached with the likelihood gives with the best regards, |
Dear developers, Any update on this. Please, respond whenever you are free. Thanking you, |
I'm sorry, distracted with some other stuff. Let me get back to you in a few days! |
I am extremely sorry to disturb you at your busy schedule. Please,
take your time. I will wait, whenever you are free, please look into it.
With the best regards,
Shan.
…On Thu, 27 Oct 2022 at 7:45 PM, Zack Li ***@***.***> wrote:
I'm sorry, distracted with some other stuff. Let me get back to you in a
few days!
—
Reply to this email directly, view it on GitHub
<#17 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQWQH5GJ6CP7DHETMFD7FOTWFKFBDANCNFSM57VACHIA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Hello! I'm trying to run pyactlike with MontePython on my cluster, but i'm getting -LogLkl = inf in my chains:
I went into the init.py file and found that the analysis never makes it past the line
cl = self.get_cl(cosmo, 6000)
before it throws an error and sets Loglkl to inf. I'm wondering if I could get some help on bypassing this issue? Thank you!-Adam
The text was updated successfully, but these errors were encountered: