Skip to content

Commit

Permalink
Revert "add missing # optional - gap3"
Browse files Browse the repository at this point in the history
This reverts commit c017a6a.
  • Loading branch information
dimpase committed Feb 24, 2023
1 parent c017a6a commit 52a81cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/combinat/root_system/reflection_group_element.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ cdef class ComplexReflectionGroupElement(PermutationGroupElement):
sage: for w in W.iteration_tracking_words(): # optional - gap3
....: w.reduced_word() # optional - gap3
....: mats = [w.to_matrix(), w.to_matrix(on_space="dual")] # optional - gap3
....: mats # optional - gap3
....: assert data[w] == mats # optional - gap3
....: mats
....: assert data[w] == mats
[]
[
[1 0] [1 0]
Expand Down

0 comments on commit 52a81cb

Please sign in to comment.