Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 158d73f

Browse files
Adurand8dimpase
authored andcommitted
Error commit on linear_code_no_metric in precedent commit
1 parent 0b5baa0 commit 158d73f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/sage/coding/linear_code_no_metric.py

-2
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,6 @@ def generator_matrix(self, encoder_name=None, **kwargs):
226226
E = self.encoder(encoder_name, **kwargs)
227227
return E.generator_matrix()
228228

229-
def __eq__(self, other):
230-
return self.generator_matrix() == other.generator_matrix()
231229

232230
def dimension(self):
233231
r"""

0 commit comments

Comments
 (0)