Skip to content

Commit

Permalink
Formatted ept.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CarterDW authored Dec 7, 2023
1 parent 69dbb5f commit 998a474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyccl/nl_pt/ept.py
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit 998a474

Please sign in to comment.