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

Commit

Permalink
TensorFreeModule.basis: Pass all args
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Aug 26, 2022
1 parent fb1ce42 commit 30d4eec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/sage/tensor/modules/tensor_free_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,9 @@ def basis(self, symbol, latex_symbol=None, from_family=None,
e_1⊗e_2 + e_2⊗e_1
e_2⊗e_2
"""
return TensorFreeSubmoduleBasis_comp(self, symbol)
return TensorFreeSubmoduleBasis_comp(self, symbol=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_comp(self):
Expand Down

0 comments on commit 30d4eec

Please sign in to comment.