LSSTDESC / firecrown

DESC Cosmology Likelihood Framework
BSD 3-Clause "New" or "Revised" License
29 stars 7 forks source link

Change logic of require_nonlinear_pk #197

Closed tilmantroester closed 2 years ago

tilmantroester commented 2 years ago

The current use of require_nonlinear_pk breaks the existing 3x2pt setups that are using the star_challenge branch. This PR changes require_nonlinear_pk==True from "Don't use any non-linear P(k), neither from CAMB nor from CCL" to "If not provided by CAMB, compute the non-linear power spectrum in CCL". To me this make more sense for the name of the file. require_nonlinear_pk==False still behaves the same when CAMB doesn't produce non-linear P(k).