Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CI breakage #2826

Merged
merged 1 commit into from
Sep 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading