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

Commit

Permalink
TensorFreeModule: Remove duplicate method 'basis'
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Aug 3, 2020
1 parent c01a5e9 commit 1aedfa4
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/sage/tensor/modules/tensor_free_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -695,16 +695,6 @@ def tensor_type(self):
"""
return self._tensor_type

def basis(self, symbol, latex_symbol=None, from_family=None,
indices=None, latex_indices=None, symbol_dual=None,
latex_symbol_dual=None):
from sage.tensor.modules.free_module_comp_basis import FreeModuleCompTensorBasis
return FreeModuleCompTensorBasis(self, symbol, latex_symbol=latex_symbol,
indices=indices, latex_indices=latex_indices,
symbol_dual=symbol_dual,
latex_symbol_dual=latex_symbol_dual)


@cached_method
def basis(self, symbol, latex_symbol=None, from_family=None,
indices=None, latex_indices=None, symbol_dual=None,
Expand Down

0 comments on commit 1aedfa4

Please sign in to comment.