Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | qa: run autopep8 formatting on qa python files | mormj | 2020-10-30 | 1 | -7/+14 |
| | | | | | | find ./ -iname qa*.py | xargs autopep8 --in-place -a -a mostly formats whitespace and gets rid of trailing semicolons | ||||
* | qa: remove xml file parameter causing deprecation warnings | mormj | 2020-10-30 | 1 | -1/+1 |
| | |||||
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+1 |
| | |||||
* | digital: mpsk_snr_est: Fix QA for Py2/3 compat | Martin Braun | 2018-06-30 | 1 | -9/+13 |
| | | | | | | 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. | ||||
* | python3: update non-GRC components to use python2 or python3 | Douglas Anderson | 2017-02-26 | 1 | -9/+10 |
| | |||||
* | digital: fixes a bug in the mpsk SNR estimators where they were reporting 3 ↵ | Tom Rondeau | 2014-08-29 | 1 | -14/+13 |
| | | | | dB too high. | ||||
* | Merged in 'next' branch. | Ben Reynwar | 2013-05-10 | 1 | -1/+1 |
| | |||||
* | Merged next into uninstalled import branch. | Ben Reynwar | 2013-04-02 | 1 | -5/+5 |
| | |||||
* | digital: Updating testing environment. | Ben Reynwar | 2013-03-11 | 1 | -3/+2 |
| | |||||
* | digital: Enabling uninstalled python imports. | Ben Reynwar | 2013-03-07 | 1 | -0/+125 |