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/tensor_free_module.py: Remove redundant method
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Sep 25, 2022
1 parent fc31cbf commit f0def92
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/sage/tensor/modules/tensor_free_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -808,8 +808,3 @@ def _basis_sym(self):
frame = tuple(self.base_module().irange())
tensor = self.ambient()()
return tensor._new_comp(frame)

# Until https://trac.sagemath.org/ticket/30373 is done,
# TensorProductFunctor._functor_name is "tensor"
def tensor(self, *others):
return self.tensor_product(*others)

0 comments on commit f0def92

Please sign in to comment.