Skip to content

Commit

Permalink
fix print
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbant committed Jan 26, 2017
1 parent e604edb commit d825b3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pycamb/camb_tests/camb_test.py
Expand Up @@ -144,7 +144,6 @@ def testPowers(self):
self.assertTrue(np.sum((pk / pk_interp - 1) ** 2) < 0.005)
camb.set_halofit_version('mead')
_, _, pk = results.get_nonlinear_matter_power_spectrum(params=pars, var1='delta_cdm', var2='delta_cdm')
print pk[0][160], kh[160]
self.assertTrue(np.abs(pk[0][160] / 232.08 - 1) < 1e-3)

lmax = 4000
Expand Down

0 comments on commit d825b3e

Please sign in to comment.