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
I try some tutorial in Sage today, but i got this error
name 'LinearCodeFromCheckMatrix' is not defined
what should i do?
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: 8 years ago
Seen: 371 times
Last updated: Oct 16 '16