Skip to content

Commit

Permalink
Fix CI breakage (#2826)
Browse files Browse the repository at this point in the history
... caused by two PRs which each was fine by its own but together they broke
  • Loading branch information
fingolfin authored and fieker committed Sep 29, 2023
1 parent 5f96abd commit 1dc10a4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions test/Groups/group_characters.jl
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ Alt( [ 1 .. 4 ] )
χ₂ 1 1 -ζ₃ - 1 ζ₃
χ₃ 1 1 ζ₃ -ζ₃ - 1
χ₄ 3 -1 . .
true
```
default `show` without unicode
Expand Down Expand Up @@ -157,7 +156,6 @@ Alt( [ 1 .. 4 ] )
A = -ζ₃ - 1
A̅ = ζ₃
true
```
```jldoctest group_characters.test
Expand Down Expand Up @@ -238,7 +236,6 @@ A = -ζ₅³ - ζ₅² - 1
A* = ζ₅³ + ζ₅²
B = ζ₁₁⁹ + ζ₁₁⁵ + ζ₁₁⁴ + ζ₁₁³ + ζ₁₁
B̅ = -ζ₁₁⁹ - ζ₁₁⁵ - ζ₁₁⁴ - ζ₁₁³ - ζ₁₁ - 1
true
```
```jldoctest group_characters.test
Expand Down Expand Up @@ -297,7 +294,6 @@ A5
χ₄│ 4 . 1 -1 -1│
χ₅│ 5 1 -1 . .│
──┼────────────────────────────────────┼
true
```
```jldoctest group_characters.test
Expand Down Expand Up @@ -395,7 +391,6 @@ A5
χ₃│ . -ζ₅³ - ζ₅² ζ₅³ + ζ₅² + 1
χ₄│ 1 -1 -1
χ₅│-1 . .
true
```
Expand Down Expand Up @@ -524,7 +519,6 @@ A5
χ₃│ 3 -1 . -ζ₅³ - ζ₅² ζ₅³ + ζ₅² + 1
χ₄│ 4 . 1 -1 -1
χ₅│ 5 1 -1 . .
true
```
Expand Down Expand Up @@ -624,7 +618,6 @@ Alt( [ 1 .. 4 ] )
χ₂ o 1 1 -ζ₃ - 1 ζ₃
χ₃ o 1 1 ζ₃ -ζ₃ - 1
χ₄ + 3 -1 . .
true
```
... and in LaTeX format
Expand Down Expand Up @@ -669,7 +662,6 @@ Alt( [ 1 .. 4 ] )
χ₂ 2 1 1 -ζ₃ - 1 ζ₃
χ₃ 2 1 1 ζ₃ -ζ₃ - 1
χ₄ 1 3 -1 . .
true
```
... and in LaTeX format
Expand Down Expand Up @@ -713,7 +705,6 @@ Alt( [ 1 .. 4 ] ) mod 2
χ₁ 1 1 1 1
χ₂ 2 1 -ζ₃ - 1 ζ₃
χ₃ 2 1 ζ₃ -ζ₃ - 1
true
```
... and in LaTeX format
Expand Down

0 comments on commit 1dc10a4

Please sign in to comment.