Skip to content

Commit 055ae3a

Browse files
committed
[minor] Typo in comment
1 parent c6b3bd0 commit 055ae3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commpy/tests/test_modulation.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def check_BER(modem, EbN0dB, BERs_expected):
141141
modem.num_bits_symbol, modem.constellation, modem.Es)
142142
BERs = model.link_performance(EbN0dB + 10 * log10(log2(modem.m)), 5e5, 400, 720)
143143
assert_allclose(BERs, BERs_expected, atol=1e-4, rtol=.1,
144-
err_msg='Wrong BER for {}-PSK modulation'.format(modem.m))
144+
err_msg='Wrong BER for a standard modulation with {} symbols'.format(modem.m))
145145

146146
def do_qam(self, modem):
147147
EbN0dB = arange(8, 25, 4)

0 commit comments

Comments
 (0)