Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
WuShichao committed May 13, 2024
1 parent bb3c191 commit d74cb58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


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

0 comments on commit d74cb58

Please sign in to comment.