Skip to content

Commit

Permalink
Changed default setting of SpinGaussian
Browse files Browse the repository at this point in the history
  • Loading branch information
javicarron committed Feb 20, 2024
1 parent 75986cc commit b776659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pynkowski/theory/spingaussian.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class SpinGaussian(Gaussian):
Whether to use only the leading order in μ for the computation of the MFs or the exact expression (with two terms).
"""
def __init__(self, cls, normalise=True, fsky=1., Ks=[1., 0.31912, 0.7088, 1.], leading_order=False):
def __init__(self, cls, normalise=True, fsky=1., Ks=[1., 0.31912, 0.7088, 1.], leading_order=True):
if normalise:
cls /= get_σ(cls)
self.sigma = 1.
Expand Down

0 comments on commit b776659

Please sign in to comment.