Skip to content

Commit ae20952

Browse files
committed
[minor] Typos
1 parent 67004ab commit ae20952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commpy/channelcoding/tests/test_ldpc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ def test_triang_ldpc_systematic_encode(self):
9999
decoded_bits[i * block_length:(i + 1) * block_length] = \
100100
ldpc_bp_decode(coded_bits[:, i], param, 'SPA', 10)[0][:block_length]
101101
assert_equal(decoded_bits[:len(message_bits)], message_bits,
102-
'Encoded and decoded message does not match the initial bits without noise')
102+
'Encoded and decoded messages do not match the initial bits without noise')

0 commit comments

Comments
 (0)