Skip to content

Commit

Permalink
correct doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpase committed Sep 23, 2024
1 parent cc3ebd0 commit 6878c51
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/sage/combinat/matrices/hadamard_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,20 +282,20 @@ def hadamard_matrix_paleyII(n):
[ 1 1| 1 1| 1 1| 1 1| 1 1| 1 1]
[ 1 -1|-1 1|-1 1|-1 1|-1 1|-1 1]
[-----+-----+-----+-----+-----+-----]
[ 1 -1| 1 -1|-1 -1| 1 1| 1 1|-1 -1]
[ 1 1|-1 -1|-1 1| 1 -1| 1 -1|-1 1]
[ 1 -1| 1 -1| 1 1|-1 -1|-1 -1| 1 1]
[ 1 1|-1 -1| 1 -1|-1 1|-1 1| 1 -1]
[-----+-----+-----+-----+-----+-----]
[ 1 -1|-1 -1| 1 -1|-1 -1| 1 1| 1 1]
[ 1 1|-1 1|-1 -1|-1 1| 1 -1| 1 -1]
[ 1 -1| 1 1| 1 -1| 1 1|-1 -1|-1 -1]
[ 1 1| 1 -1|-1 -1| 1 -1|-1 1|-1 1]
[-----+-----+-----+-----+-----+-----]
[ 1 -1| 1 1|-1 -1| 1 -1|-1 -1| 1 1]
[ 1 1| 1 -1|-1 1|-1 -1|-1 1| 1 -1]
[ 1 -1|-1 -1| 1 1| 1 -1| 1 1|-1 -1]
[ 1 1|-1 1| 1 -1|-1 -1| 1 -1|-1 1]
[-----+-----+-----+-----+-----+-----]
[ 1 -1| 1 1| 1 1|-1 -1| 1 -1|-1 -1]
[ 1 1| 1 -1| 1 -1|-1 1|-1 -1|-1 1]
[ 1 -1|-1 -1|-1 -1| 1 1| 1 -1| 1 1]
[ 1 1|-1 1|-1 1| 1 -1|-1 -1| 1 -1]
[-----+-----+-----+-----+-----+-----]
[ 1 -1|-1 -1| 1 1| 1 1|-1 -1| 1 -1]
[ 1 1|-1 1| 1 -1| 1 -1|-1 1|-1 -1]
[ 1 -1| 1 1|-1 -1|-1 -1| 1 1| 1 -1]
[ 1 1| 1 -1|-1 1|-1 1| 1 -1|-1 -1]
TESTS::
Expand Down

0 comments on commit 6878c51

Please sign in to comment.