CCL
CCL copied to clipboard
Typo in the despali.16.py file
At line 44 the coefficients for the interpolation of the mass function parameters is coeffs = [[A1, A0], [a2, a1, a0], [p2, p2, p0]]
and should be coeffs = [[A1, A0], [a2, a1, a0], [p2, p1, p0]]
Thanks @henriquelettieri for catching this! Being addressed in #1197