From b776659fbb792794008b4031094107e5b8251754 Mon Sep 17 00:00:00 2001 From: javicarron Date: Tue, 9 May 2023 12:39:46 +0200 Subject: [PATCH] Changed default setting of SpinGaussian --- pynkowski/theory/spingaussian.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pynkowski/theory/spingaussian.py b/pynkowski/theory/spingaussian.py index c9671d4..bb29abf 100644 --- a/pynkowski/theory/spingaussian.py +++ b/pynkowski/theory/spingaussian.py @@ -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.