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

Commit

Permalink
fix orbit lenght of gyration
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Kliem committed Jul 5, 2021
1 parent 473cd41 commit 1d021c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/combinat/alternating_sign_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ def gyration(self):
[0 0 1 0]
sage: a0 = a = AlternatingSignMatrices(5).random_element()
sage: for i in range(10):
sage: for i in range(20):
....: a = a.gyration()
sage: a == a0
True
Expand Down

0 comments on commit 1d021c1

Please sign in to comment.