Skip to content

Commit

Permalink
remove debug save
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanMarx committed Dec 16, 2024
1 parent 7c1f569 commit e068aa3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/waveforms/cbc/test_cbc_waveforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,9 +406,6 @@ def test_phenom_p():
hp_lal_data = hp_lal.data.data[lal_mask]
hc_lal_data = hc_lal.data.data[lal_mask]

np.savetxt("hp_lal_data", hp_lal_data.real)
np.savetxt("hp_ml4gw_data", hp_ml4gw.real.numpy())

assert np.allclose(
1e21 * hp_lal_data.real, 1e21 * hp_ml4gw.real.numpy(), atol=2e-3
)
Expand Down

0 comments on commit e068aa3

Please sign in to comment.