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

Commit

Permalink
one more merge conflict that was missed
Browse files Browse the repository at this point in the history
  • Loading branch information
ppurka committed May 24, 2014
1 parent bf4094d commit eba4566
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/sage/coding/linear_code.py
Expand Up @@ -1660,8 +1660,6 @@ def decode(self, right, algorithm="syndrome"):
from sage.interfaces.gap import gfq_gap_to_sage
result = [gfq_gap_to_sage(v, self.base_ring()) for v in result]
return self.ambient_space()(result)
else:
raise NotImplementedError("Only 'syndrome','nearest neighbor','guava' are implemented.")

def divisor(self):
r"""
Expand Down

0 comments on commit eba4566

Please sign in to comment.