fix docu #15
Annotations
1 error and 2 warnings
Run julia-actions/julia-docdeploy@latest:
../../../.julia/packages/Documenter/bFHi4/src/DocTests.jl#L373
doctest failure in ~/work/AlgebraicSolving.jl/AlgebraicSolving.jl/src/algorithms/decomposition.jl:16-30
```jldoctest
julia> using AlgebraicSolving
julia> R, (x, y, z) = polynomial_ring(GF(65521), ["x", "y", "z"])
(Multivariate polynomial ring in 3 variables over GF(65521), FqMPolyRingElem[x, y, z])
julia> I = Ideal([x*y - x*z, x*z^2 - x*z, x^2*z - x*z])
FqMPolyRingElem[x*y + 65520*x*z, x*z^2 + 65520*x*z, x^2*z + 65520*x*z]
julia> equidimensional_decomposition(I)
3-element Vector{Ideal{Nemo.FqMPolyRingElem}}:
FqMPolyRingElem[x]
FqMPolyRingElem[z, y]
FqMPolyRingElem[z + 65520, y + 65520, x + 65520]
```
Subexpression:
equidimensional_decomposition(I)
Evaluated output:
3-element Vector{Ideal{FqMPolyRingElem}}:
FqMPolyRingElem[x]
FqMPolyRingElem[z, y]
FqMPolyRingElem[z + 65520, y + 65520, x + 65520]
Expected output:
3-element Vector{Ideal{Nemo.FqMPolyRingElem}}:
FqMPolyRingElem[x]
FqMPolyRingElem[z, y]
FqMPolyRingElem[z + 65520, y + 65520, x + 65520]
diff =
Warning: Diff output requires color.
3-element Vector{Ideal{Nemo.FqMPolyRingElem}}:
Vector{Ideal{FqMPolyRingElem}}:
FqMPolyRingElem[x]
FqMPolyRingElem[z, y]
FqMPolyRingElem[z + 65520, y + 65520, x + 65520]
|
Run julia-actions/julia-docdeploy@latest:
../../../.julia/packages/Documenter/bFHi4/src/Expanders.jl#L334
no docs found for 'equidimensional_decomposition(
I::Ideal{T},
info_level::Int=0
) where {T <: MPolyRingElem}' in `@docs` block in src/decomposition.md:29-34
```@docs
equidimensional_decomposition(
I::Ideal{T},
info_level::Int=0
) where {T <: MPolyRingElem}
```
|
Run julia-actions/julia-docdeploy@latest:
../../../.julia/packages/Documenter/bFHi4/src/deployconfig.jl#L394
Possible deploydocs() misconfiguration: main vs master
Documenter's configured primary development branch (`devbranch`) is "master", but the
current branch (from $GITHUB_REF) is "main". This can happen because Documenter uses
GitHub's old default primary branch name as the default value for `devbranch`.
If your primary development branch is 'main', you must explicitly pass `devbranch = "main"`
to deploydocs.
See #1443 for more discussion: https://github.com/JuliaDocs/Documenter.jl/issues/1443
|
Loading