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

Commit

Permalink
Fix failing doctest.
Browse files Browse the repository at this point in the history
  • Loading branch information
tscrim committed Apr 19, 2018
1 parent 3448e98 commit 9f484d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/combinat/diagram_algebras.py
Expand Up @@ -444,7 +444,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 9f484d4

Please sign in to comment.