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

Commit

Permalink
29717: fix optional gap3 doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
soehms committed May 24, 2020
1 parent 8c8a522 commit 637e781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/algebras/hecke_algebras/cubic_hecke_algebra.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ def matrix(self, subdivide=False, representation_type=None, original=False):
using the the ``representation_type`` option::
sage: CHA3.<c0, c1> = algebras.CubicHecke(3) # optional gap3
sage: chevie = CHA3.repr_type.SplitIrredChevie
sage: chevie = CHA3.repr_type.SplitIrredChevie # optional gap3
sage: c0m_ch = c0.matrix(representation_type=chevie) # optional gap3
sage: c0m_ch[CHA3.irred_repr.W3_011] # optional gap3
[ b 0]
Expand Down

0 comments on commit 637e781

Please sign in to comment.