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

Commit

Permalink
Merge branch 'public/combinat/fix_brauer_algebra_options-24323' into …
Browse files Browse the repository at this point in the history
…public/combinat/implement_orbit_basis-25162
  • Loading branch information
tscrim committed Apr 19, 2018
2 parents aefa456 + 9f484d4 commit 52cf619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/combinat/diagram_algebras.py
Expand Up @@ -445,7 +445,7 @@ class options(GlobalOptions):
sage: BrauerAlgebra.options.display = "compact"
sage: E
B[12/12;]
sage: B{{-8, -6}, {-7, -2}, {-5, -3}, {-4, 1}, {-1, 6}, {2, 4}, {3, 8}, {5, 7}}
sage: BA8([[1,-4],[2,4],[3,8],[-7,-2],[5,7],[6,-1],[-3,-5],[-6,-8]])
B[24.38.57/35.27.68;21]
sage: BrauerAlgebra.options._reset()
"""
Expand Down

0 comments on commit 52cf619

Please sign in to comment.