name 'LinearCodeFromCheckMatrix' is not defined
I try some tutorial in Sage today, but i got this error
name 'LinearCodeFromCheckMatrix' is not defined
what should i do?
add a comment
Indeed, it has been renamed in trac ticket 21165, by from_parity_check_matrix
. Since the code contains LinearCodeFromCheckMatrix = deprecated_function_alias(21165, from_parity_check_matrix)
, you should have seen a deprecation warning.
Asked: 2016-10-16 16:34:29 +0200
Seen: 373 times
Last updated: Oct 16 '16