Skip to content

Improve one line printing of GenericCyclotomicFractions #577

Improve one line printing of GenericCyclotomicFractions

Improve one line printing of GenericCyclotomicFractions #577

Triggered via pull request November 11, 2024 09:55
Status Failure
Total duration 17m 2s
Artifacts

CI.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 3 notices
Documentation: docs/src/book.md#L85
doctest failure in src/book.md:85-112 ```jldoctest book julia> for i in 1:8 println("<$i, h> = ", scalar_product(T[i], h)) end <1, h> = 1 <2, h> = 2 <3, h> = 2 <4, h> = 0 With exceptions: 2*n1 ∈ (q - 1)ℤ <5, h> = 0 With exceptions: 2*n1 ∈ (q - 1)ℤ <6, h> = 0 With exceptions: 2*m1 - n1 ∈ (q - 1)ℤ m1 - 2*n1 ∈ (q - 1)ℤ m1 + n1 ∈ (q - 1)ℤ m1 ∈ (q - 1)ℤ m1 - n1 ∈ (q - 1)ℤ n1 ∈ (q - 1)ℤ <7, h> = 0 With exceptions: n1 ∈ (q - 1)ℤ <8, h> = 0 With exceptions: q*n1 ∈ (q^2 + q + 1)ℤ n1 ∈ (q^2 + q + 1)ℤ q*n1 + n1 ∈ (q^2 + q + 1)ℤ ``` Subexpression: for i in 1:8 println("<$i, h> = ", scalar_product(T[i], h)) end Evaluated output: <1, h> = 1 <2, h> = 2 <3, h> = 2 <4, h> = 0 <5, h> = 0 <6, h> = 0 <7, h> = 0 <8, h> = 0 Expected output: <1, h> = 1 <2, h> = 2 <3, h> = 2 <4, h> = 0 With exceptions: 2*n1 ∈ (q - 1)ℤ <5, h> = 0 With exceptions: 2*n1 ∈ (q - 1)ℤ <6, h> = 0 With exceptions: 2*m1 - n1 ∈ (q - 1)ℤ m1 - 2*n1 ∈ (q - 1)ℤ m1 + n1 ∈ (q - 1)ℤ m1 ∈ (q - 1)ℤ m1 - n1 ∈ (q - 1)ℤ n1 ∈ (q - 1)ℤ <7, h> = 0 With exceptions: n1 ∈ (q - 1)ℤ <8, h> = 0 With exceptions: q*n1 ∈ (q^2 + q + 1)ℤ n1 ∈ (q^2 + q + 1)ℤ q*n1 + n1 ∈ (q^2 + q + 1)ℤ diff = Warning: Diff output requires color. <1, h> = 1 <2, h> = 2 <3, h> = 2 <4, h> = 0 With exceptions: 2*n1 ∈ (q - 1)ℤ <5, h> = 0 With exceptions: 2*n1 ∈ (q - 1)ℤ <6, h> = 0 With exceptions: 2*m1 - n1 ∈ (q - 1)ℤ m1 - 2*n1 ∈ (q - 1)ℤ m1 + n1 ∈ (q - 1)ℤ m1 ∈ (q - 1)ℤ m1 - n1 ∈ (q - 1)ℤ n1 ∈ (q - 1)ℤ <7, h> = 0 With exceptions: n1 ∈ (q - 1)ℤ <8, h> = 0 With exceptions: q*n1 ∈ (q^2 + q + 1)ℤ n1 ∈ (q^2 + q + 1)ℤ q*n1 + n1 ∈ (q^2 + q + 1)ℤ0
Documentation
Process completed with exit code 1.
test (1.10, stable, ubuntu-latest)
Process completed with exit code 1.
test (1.10, 1.1, ubuntu-latest)
Process completed with exit code 1.
test (1.10, devel, ubuntu-latest)
Process completed with exit code 1.
test (1.6, stable, ubuntu-latest)
[setup-julia] If you are testing 1.6 as a Long Term Support (lts) version, consider using the new "lts" version specifier instead of "1.6" explicitly, which will automatically resolve the current lts.
test (1.6, devel, ubuntu-latest)
[setup-julia] If you are testing 1.6 as a Long Term Support (lts) version, consider using the new "lts" version specifier instead of "1.6" explicitly, which will automatically resolve the current lts.
test (1.6, 1.1, ubuntu-latest)
[setup-julia] If you are testing 1.6 as a Long Term Support (lts) version, consider using the new "lts" version specifier instead of "1.6" explicitly, which will automatically resolve the current lts.