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: Update doctest output
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Sep 6, 2022
1 parent 050fbc6 commit b9b9deb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sage/tensor/modules/tensor_free_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,9 +378,9 @@ def tensor_factors(self):
sage: T.tensor_factors()
[Rank-3 free module M over the Integer Ring,
Rank-3 free module M over the Integer Ring,
Free module of type-(0,1) tensors on the Rank-3 free module M over the Integer Ring,
Free module of type-(0,1) tensors on the Rank-3 free module M over the Integer Ring,
Free module of type-(0,1) tensors on the Rank-3 free module M over the Integer Ring]
Dual of the Rank-3 free module M over the Integer Ring,
Dual of the Rank-3 free module M over the Integer Ring,
Dual of the Rank-3 free module M over the Integer Ring]
"""
if self._tensor_type == (0,1): # case of the dual
raise NotImplementedError
Expand Down

0 comments on commit b9b9deb

Please sign in to comment.