Skip to content

Commit

Permalink
add more tests for nrPSS
Browse files Browse the repository at this point in the history
  • Loading branch information
catkira committed Oct 23, 2023
1 parent 58be232 commit 4eaf5a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/matlab/test_nrPSS.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ def eng():
yield eng
eng.quit()

@pytest.mark.parametrize("ncellid", [0, 500, 1007])
@pytest.mark.parametrize("ncellid", [0, 1, 2, 3, 207, 209, 500, 1007])
def test_nr_pss(ncellid, eng):
run_nr_pss(ncellid, eng)

0 comments on commit 4eaf5a3

Please sign in to comment.