From 998a474e465c7d8417951916e015efa81b16792f Mon Sep 17 00:00:00 2001 From: CarterDW <140671500+CarterDW@users.noreply.github.com> Date: Thu, 7 Dec 2023 12:41:11 -0600 Subject: [PATCH] Formatted ept.py --- pyccl/nl_pt/ept.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyccl/nl_pt/ept.py b/pyccl/nl_pt/ept.py index 70e48a8a4..635fcc37f 100644 --- a/pyccl/nl_pt/ept.py +++ b/pyccl/nl_pt/ept.py @@ -316,7 +316,7 @@ def reshape_fastpt(tupl): pksa = {} if 'nonlinear' in [self.ak2_pk_kind]: pksa['nonlinear'] = np.array( - [cosmo.nonlin_matter_power(self.k_s, a) for a in self.a_s]) + [cosmo.nonlin_matter_power(self.k_s, a) for a in self.a_s]) if 'linear' in [self.ak2_pk_kind]: pksa['linear'] = np.array([cosmo.linear_matter_power(self.k_s, a) for a in self.a_s])