Page 1 of 1

python CAMB: how to avoid bad parameter space?

Posted: July 26 2018
by Zhongxu Zhai
[lost]

Re: python CAMB: how to avoid bad parameter space?

Posted: July 26 2018
by Antony Lewis
(sorry, I accidentally deleted your post content)

You can change the lensing_sanity_check_amplitude parameter to something larger, e.g. something like (untested)

Code: Select all

from camb import lensing
lensing.lensing_sanity_check_amplitude.value=1e-5
(or if you include Planck lensing or BAO, it probably won't go anywhere near large lensing amplitudes)