Skip to content

Instantly share code, notes, and snippets.

@japm48
Created October 26, 2020 10:10
Show Gist options
  • Save japm48/0d01120518c4311138284c421a927194 to your computer and use it in GitHub Desktop.
Save japm48/0d01120518c4311138284c421a927194 to your computer and use it in GitHub Desktop.
python ./qa_ofdm_frame_equalizer_vcvc.py
DEPRECATED: Using filename with gr_unittest does no longer have any effect.
.....F.
======================================================================
FAIL: test_002_static (__main__.qa_ofdm_frame_equalizer_vcvc)
- Add a simple channel
----------------------------------------------------------------------
Traceback (most recent call last):
File "./qa_ofdm_frame_equalizer_vcvc.py", line 232, in test_002_static
self.assertEqual(tag_dict, expected_dict)
AssertionError: {'ofd[16 chars]': [0j, 0j, (-1.2688052386522486e-08+1j), (-1.[88 chars] 0j]} != {'ofd[16 chars]': [0, 0, 1j, 1j, 0, 1j, 1j, 0]}
+ {'ofdm_sync_chan_taps': [0, 0, 1j, 1j, 0, 1j, 1j, 0]}
- {'ofdm_sync_chan_taps': [0j,
- 0j,
- (-1.2688052386522486e-08+1j),
- (-1.2688052386522486e-08+1j),
- 0j,
- (1.2688052386522486e-08+1j),
- (-1.2688052386522486e-08+1j),
- 0j]}
----------------------------------------------------------------------
Ran 7 tests in 0.010s
FAILED (failures=1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment