Ticket #210 (defect)

Opened 1 year ago

Last modified 1 year ago

qa_rational_resampler.py fails with new top block code

Status: new

Reported by: jcorgan Assigned to: nobody
Priority: normal Milestone: to-be-decided
Component: gnuradio-core Version: 3.1svn
Keywords: Cc:

After conversion in ticket:202 of the qa_rational_resampler script to the new top_block code, it no longer passes.

The failures appear as extra or missing samples at the beginning of the output data. For example:

======================================================================
FAIL: test_000_1_to_1 (__main__.test_rational_resampler)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./qa_rational_resampler.py", line 102, in test_000_1_to_1
    self.assertEqual(expected_result, result_data)
AssertionError: (-936.0, 1186.0, -112.0, 339.0, -460.0, -167.0, 582.0) != (1186.0, -112.0, 339.0, -460.0, -167.0, 582.0)

The code has been disabled in the ticket:202 working branch and will remain disabled after the merge into the trunk.

Change History

11/27/07 08:19:49: Modified by jcorgan

  • component changed from unknown to gnuradio-core.