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_submodule.py: Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Aug 29, 2022
1 parent 87c9392 commit d92122d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/sage/tensor/modules/tensor_free_submodule.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,9 @@ def tensor_factors(self):
raise NotImplementedError

def construction(self):
# TODO: Adapt from the code for the default name/latex_name in __init__.
# Define the symmetry group and its action (https://trac.sagemath.org/ticket/32029),
# use a construction functor for quotienting by the action
return None

@cached_method
Expand Down

0 comments on commit d92122d

Please sign in to comment.