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).
The current use of
require_nonlinear_pk
breaks the existing 3x2pt setups that are using thestar_challenge
branch. This PR changesrequire_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).