From c747e37751546159f30a2a1296dc4099fe132a53 Mon Sep 17 00:00:00 2001 From: Josh Morman <jmorman@gnuradio.org> Date: Wed, 24 Nov 2021 12:32:44 -0500 Subject: fec: pep8 formatting Signed-off-by: Josh Morman <jmorman@gnuradio.org> --- gr-fec/python/fec/LDPC/Generate_LDPC_matrix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gr-fec/python/fec/LDPC/Generate_LDPC_matrix.py') diff --git a/gr-fec/python/fec/LDPC/Generate_LDPC_matrix.py b/gr-fec/python/fec/LDPC/Generate_LDPC_matrix.py index 4e0c622e15..b745815d33 100644 --- a/gr-fec/python/fec/LDPC/Generate_LDPC_matrix.py +++ b/gr-fec/python/fec/LDPC/Generate_LDPC_matrix.py @@ -41,7 +41,7 @@ n = 200 # number of columns, corresponds to codeword length p = 3 # column weight q = 5 # row weight -parity_check_matrix = LDPC_matrix(n_p_q = [n, p, q]) +parity_check_matrix = LDPC_matrix(n_p_q=[n, p, q]) # Richardson and Urbanke's preprocessing method requires a full rank # matrix to start. The matrices generated by the -- cgit v1.2.3