Skip to content

Commit

Permalink
fix typo in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscovillaescusa committed May 26, 2021
1 parent c28496e commit 85894bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/Pk.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Notice that the matter power spectra at z=0 are not normalized (this is because
k, Pk = np.loadtxt(f_Pk, unpack=True)
Normfac = np.loadtxt(f_norm)
Pk_norm = Pk*np.sqrt(Normfac)
Pk_norm = Pk*Normfac
Non-linear power spectra
Expand Down

0 comments on commit 85894bd

Please sign in to comment.