Skip to content

Commit

Permalink
add TDI versions
Browse files Browse the repository at this point in the history
  • Loading branch information
WuShichao committed May 13, 2024
1 parent af58fe3 commit 056483f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@


@pytest.mark.parametrize("ref_frame", ["SSB", "LISA"])
@pytest.mark.parametrize("tdi", ["1.5", "2.5"])
def test_get_fd_det_waveform(ref_frame):
params = {}
params["tdi"] = tdi
params["ref_frame"] = ref_frame
params["approximant"] = "BBHX_PhenomD"
params["coa_phase"] = 0.0
Expand Down

0 comments on commit 056483f

Please sign in to comment.