ovgeorge

Results 2 issues of ovgeorge

I have problem like this with not fitting the last point in the train https://imgur.com/QW5zWEd when all I do is ``` dmd = pydmd.DMD(**dmd_opts) dmd.fit(train_flattened) fit = dmd.reconstructed_data.copy() ```

question

From the https://github.com/hichamjanati/pyldpc/blob/master/pyldpc/code.py ``` d_c: int, Number of bits in the same parity-check equation. d_c Must be greater or equal to d_v and must divide n. ``` and then: ```...