Fix construct_cbc_derived_parameters.
In construct_cbc_derived_parameters
, the calculation of chi_p
caused an error as the function used np.max()
, but should be using np.maximum()
to find the maximum element-wise.
In construct_cbc_derived_parameters
, the calculation of chi_p
caused an error as the function used np.max()
, but should be using np.maximum()
to find the maximum element-wise.