Version 0.37.0 #1784
Annotations
6 errors
test (nightly, ubuntu-latest)
Process completed with exit code 1.
|
Documentation:
docs/src/ff_embedding.md#L64
doctest failure in src/ff_embedding.md:64-81
```jldoctest
julia> k7, x7 = finite_field(13, 7, "x7")
(Finite field of degree 7 over GF(13), x7)
julia> k21, x21 = finite_field(13, 21, "x21")
(Finite field of degree 21 over GF(13), x21)
julia> s = preimage_map(k7, k21)
Preimage of the morphism from Finite field of degree 7 over GF(13) to Finite field of degree 21 over GF(13)
julia> y = k21(x7);
julia> z = s(y)
x7
julia> t = k7(y)
x7
```
Subexpression:
s = preimage_map(k7, k21)
Evaluated output:
Preimage of the morphism from Finite field of degree 7 over GF(13) to Finite field of degree 21 over GF(13)
from finite field of degree 7 over GF(13)
to finite field of degree 21 over GF(13)
Expected output:
Preimage of the morphism from Finite field of degree 7 over GF(13) to Finite field of degree 21 over GF(13)
diff =
Warning: Diff output requires color.
Preimage of the morphism from Finite field of degree 7 over GF(13) to Finite field of degree 21 over GF(13)
from finite field of degree 7 over GF(13)
to finite field of degree 21 over GF(13)
|
Documentation
Process completed with exit code 1.
|
test (1.9, ubuntu-latest)
Process completed with exit code 1.
|
test (1.9, macOS-latest)
Process completed with exit code 1.
|
test (1.9, windows-latest)
Process completed with exit code 1.
|