We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67004ab commit ae20952Copy full SHA for ae20952
commpy/channelcoding/tests/test_ldpc.py
@@ -99,4 +99,4 @@ def test_triang_ldpc_systematic_encode(self):
99
decoded_bits[i * block_length:(i + 1) * block_length] = \
100
ldpc_bp_decode(coded_bits[:, i], param, 'SPA', 10)[0][:block_length]
101
assert_equal(decoded_bits[:len(message_bits)], message_bits,
102
- 'Encoded and decoded message does not match the initial bits without noise')
+ 'Encoded and decoded messages do not match the initial bits without noise')
0 commit comments