Skip to content

Fix construct_cbc_derived_parameters.

Paul Lasky requested to merge fix_CBC_derived_params into master

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.

Merge request reports