Skip to content

Commit c017a6a

Browse files
authored
add missing # optional - gap3
to let CI pass
1 parent 8f5bbd2 commit c017a6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sage/combinat/root_system/reflection_group_element.pyx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@ cdef class ComplexReflectionGroupElement(PermutationGroupElement):
201201
sage: for w in W.iteration_tracking_words(): # optional - gap3
202202
....: w.reduced_word() # optional - gap3
203203
....: mats = [w.to_matrix(), w.to_matrix(on_space="dual")] # optional - gap3
204-
....: mats
205-
....: assert data[w] == mats
204+
....: mats # optional - gap3
205+
....: assert data[w] == mats # optional - gap3
206206
[]
207207
[
208208
[1 0] [1 0]

0 commit comments

Comments
 (0)