Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
damonge committed Sep 3, 2024
1 parent 9b1a2cd commit 8d13e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyccl/halos/hmfunc/despali16.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def _setup(self):
0.2488, 0.2554, -0.1151)}

A0, A1, a0, a1, a2, p0, p1, p2 = vals[self.ellipsoidal]
coeffs = [[A1, A0], [a2, a1, a0], [p2, p2, p0]]
coeffs = [[A1, A0], [a2, a1, a0], [p2, p1, p0]]
self.poly_A, self.poly_a, self.poly_p = map(np.poly1d, coeffs)

def _get_fsigma(self, cosmo, sigM, a, lnM):
Expand Down

0 comments on commit 8d13e78

Please sign in to comment.