Closed ark93-cosmo closed 4 months ago
I don't think CLASS optimizes for initial power vs transfer function speeds, so all calls are the same speed. CAMB does (though the speed difference is not enough to use dragging - which I assume it doesn't actually use even with the option set due to the only-modest speed hierarchy).
Thanks Antony!
I always used CLASS with 'drag': True
, and never got this error. But, it's the first time I use it with BAO data only. Usually it's a mix with CMB data. Could the optimization change with the type of data used?
Yes if you include data that has fast nuisance parameters.
Hi, I'm doing a test run of LCDM with BAO data only (DESI+SDSS+6dFGS, as per the DESI paper description) with CLASS and with CAMB. If I run with CAMB it goes well, while if I run with CLASS I get the error in the title. I can get rid of the error by setting
'drag': False
in the sampler dictionary, but I don't understand why this is happening. The python script I used to run the chains:The resulting log:
I fear turning drag off would slow down the runs.
Thanks in advance for the help!