Skip to content

Commit

Permalink
Removed print messages used for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Liu committed Jun 25, 2018
1 parent 1efdb73 commit e3c2e2a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hera_pspec/tests/test_pspecdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,8 +360,6 @@ def test_q_hat(self):
self.ds.set_taper(taper)
q_hat_a_slow = self.ds.q_hat(key1, key2, allow_fft=False)
q_hat_a = self.ds.q_hat(key1, key2, allow_fft=True)
print q_hat_a
print 'hey'
self.assertTrue(np.isclose(np.real(q_hat_a/q_hat_a_slow), 1).all())
self.assertTrue(np.isclose(np.imag(q_hat_a/q_hat_a_slow), 0, atol=1e-6).all())

Expand Down

0 comments on commit e3c2e2a

Please sign in to comment.