Skip to content

Replace deprecated & updated functions in bchlib#48

Open
jeongjin0 wants to merge 1 commit intoSCLBD:mainfrom
jeongjin0:main
Open

Replace deprecated & updated functions in bchlib#48
jeongjin0 wants to merge 1 commit intoSCLBD:mainfrom
jeongjin0:main

Conversation

@jeongjin0
Copy link

Error found and resolved.

bch = bchlib.BCH(BCH_POLYNOMIAL, BCH_BITS) -> bch = bchlib.BCH(BCH_BITS, BCH_POLYNOMIAL)
bitflips = bch.decode_inplace(data, ecc) -> bitflips = bch.decode(data, ecc)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant