Skip to content

Commit

Permalink
Update test_receiver.py
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
catkira committed May 26, 2023
1 parent f0659e7 commit ae52d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_receiver.py
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ def test(IN_DW, OUT_DW, TAP_DW, WINDOW_LEN, CFO, HALF_CP_ADVANCE, USE_TAP_FILE,
extra_env=extra_env,
testcase='simple_test',
force_compile=True,
waves = os.environ['WAVES'] == '1',
waves = os.environ.get('WAVES') == '1',
defines = ['LUT_PATH=\"../../tests\"'], # used by DDS core
compile_args = compile_args
)
Expand Down

0 comments on commit ae52d14

Please sign in to comment.