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

Commit

Permalink
src/sage/tensor/modules/ext_pow_free_module.py: No need to override b…
Browse files Browse the repository at this point in the history
…asis() any more
  • Loading branch information
mkoeppe committed Aug 26, 2022
1 parent b7e5319 commit fb1ce42
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/sage/tensor/modules/ext_pow_free_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -421,11 +421,6 @@ def degree(self):
"""
return self._degree

def basis(self, *args, **kwds):
# We override it so that _test_basis is disabled.
# See https://trac.sagemath.org/ticket/30229#comment:6 for a better solution
raise NotImplementedError

#***********************************************************************


Expand Down Expand Up @@ -893,8 +888,3 @@ def degree(self):
"""
return self._degree

def basis(self, *args, **kwds):
# We override it so that _test_basis is disabled.
# See https://trac.sagemath.org/ticket/30229#comment:6 for a better solution
raise NotImplementedError

0 comments on commit fb1ce42

Please sign in to comment.