From d74cb582afa4bf2f87f401d6aa268457bd0dce35 Mon Sep 17 00:00:00 2001 From: WuShichao Date: Mon, 13 May 2024 16:01:02 +0200 Subject: [PATCH] fix typo --- tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests.py b/tests.py index 1c02db9..32b3e93 100644 --- a/tests.py +++ b/tests.py @@ -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