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

Commit

Permalink
src/sage/categories/pushout.py: Remove unfinished example
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Sep 5, 2022
1 parent e7f2f05 commit 9e09c2f
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions src/sage/categories/pushout.py
Original file line number Diff line number Diff line change
Expand Up @@ -3703,18 +3703,7 @@ class EquivariantSubobjectConstructionFunctor(ConstructionFunctor):
When ``other_action`` is trivial, `X^S` is called the `S`-invariant subobject.
EXAMPLES::
sage: G = SymmetricGroup(3); G.rename('S3')
sage: M = FreeModule(ZZ, [1,2,3], prefix='M'); M.rename('M')
sage: action = lambda g, x: M.term(g(x))
sage: I = M.invariant_module(G, action_on_basis=action); I
(S3)-invariant submodule of M
sage: from sage.categories.pushout import pushout
sage: pushout(I, QQ)
Traceback (most recent call last):
...
sage.structure.coerce_exceptions.CoercionException: No common base ("join") found for EquivariantSubobjectConstructionFunctor(Representation of S3 indexed by {1, 2, 3} over Integer Ring) and FractionField(Integer Ring).
EXAMPLES:
Monoterm symmetries of a tensor, here only for matrices: row (index 0),
column (index 1); the order of the extra element 2 in a permutation determines
Expand Down

0 comments on commit 9e09c2f

Please sign in to comment.