Skip to content

Commit

Permalink
Update test_Decimator_Correlator_PeakDetector_FFT.py
Browse files Browse the repository at this point in the history
disable NFFT=10 for now
  • Loading branch information
catkira committed May 27, 2023
1 parent dc599a9 commit f5055a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_Decimator_Correlator_PeakDetector_FFT.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ async def simple_test(dut):
@pytest.mark.parametrize("TAP_DW", [32])
@pytest.mark.parametrize("WINDOW_LEN", [8])
@pytest.mark.parametrize("HALF_CP_ADVANCE", [0, 1])
@pytest.mark.parametrize("NFFT", [8, 9, 10])
@pytest.mark.parametrize("NFFT", [8, 9])
@pytest.mark.parametrize("USE_TAP_FILE", [1])
@pytest.mark.parametrize("MULT_REUSE", [0, 1, 4, 32])
@pytest.mark.parametrize("INITIAL_DETECTION_SHIFT", [4])
Expand Down

0 comments on commit f5055a3

Please sign in to comment.