diff options
author | Martin Braun <martin.braun@ettus.com> | 2018-06-30 15:01:31 -0700 |
---|---|---|
committer | Marcus Müller <marcus@hostalia.de> | 2018-07-08 08:12:12 +0200 |
commit | 1874b87930357310410180a85d34cec419d1fd37 (patch) | |
tree | 2a04aab7cdd28c77ee256d414ec5dc4824fcea66 /gr-analog/lib | |
parent | 51062e02598479e30bb33ef55c0376559411d7ca (diff) |
digital: mpsk_snr_est: Fix QA for Py2/3 compat
The test was relying on randint() to return the same integers, but since
Python 3.2 it doesn't. Now, we create bits using random.random(), which
will create reproducible bits across Python versions.
Diffstat (limited to 'gr-analog/lib')
0 files changed, 0 insertions, 0 deletions