Skip to content

Commit

Permalink
Revert whitespace changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rrjbca authored Oct 27, 2020
1 parent de31852 commit c600da4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion skypy/power_spectrum/tests/test_camb.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ def test_camb():
redshift = [1.0, 0.0]
pzk = camb(wavenumber, redshift, Planck15, 2.e-9, 0.965)
assert pzk.shape == (len(redshift), len(wavenumber))
assert allclose(pzk, test_pzk[np.argsort(redshift), :], rtol=1.e-4)
assert allclose(pzk, test_pzk[np.argsort(redshift), :], rtol=1.e-4)
1 change: 0 additions & 1 deletion skypy/power_spectrum/tests/test_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,3 @@ def test_classy():
wavenumber = 1.e-1
pzk = classy(wavenumber, redshift, Pl15massless)
assert np.isscalar(pzk)

0 comments on commit c600da4

Please sign in to comment.