pylint fixes

This commit is contained in:
Roman Zeyde
2014-07-12 08:36:44 +03:00
parent 258953bce0
commit daaaac4318
4 changed files with 14 additions and 7 deletions

View File

@@ -4,6 +4,7 @@ import common
import numpy as np
import random
def test_qam():
q = sigproc.QAM(sigproc._symbols)
r = random.Random(0)
@@ -13,6 +14,7 @@ def test_qam():
decoded = list(q.decode(list(S)))
assert decoded == bits
def test_drift():
fc = 10e3
df = 1.23