Adds equidimensional decomposition and module order option to Sig GB's #245
CI.yml
on: pull_request
Documentation
1m 38s
Matrix: test
Annotations
5 errors, 11 warnings, and 9 notices
Documentation:
../../../.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), Nemo.FqMPolyRingElem[x, y, z])
julia> I = Ideal([x*y - x*z, x*z^2 - x*z, x^2*z - x*z])
Nemo.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}}:
Nemo.FqMPolyRingElem[x]
Nemo.FqMPolyRingElem[z, y]
Nemo.FqMPolyRingElem[z + 65520, y + 65520, x + 65520]
```
Subexpression:
R, (x, y, z) = polynomial_ring(GF(65521), ["x", "y", "z"])
Evaluated output:
(Multivariate polynomial ring in 3 variables over GF(65521), FqMPolyRingElem[x, y, z])
Expected output:
(Multivariate polynomial ring in 3 variables over GF(65521), Nemo.FqMPolyRingElem[x, y, z])
diff =
Warning: Diff output requires color.
(Multivariate polynomial ring in 3 variables over GF(65521), Nemo.FqMPolyRingElem[x, FqMPolyRingElem[x, y, z])
|
Documentation:
../../../.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), Nemo.FqMPolyRingElem[x, y, z])
julia> I = Ideal([x*y - x*z, x*z^2 - x*z, x^2*z - x*z])
Nemo.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}}:
Nemo.FqMPolyRingElem[x]
Nemo.FqMPolyRingElem[z, y]
Nemo.FqMPolyRingElem[z + 65520, y + 65520, x + 65520]
```
Subexpression:
I = Ideal([x*y - x*z, x*z^2 - x*z, x^2*z - x*z])
Evaluated output:
FqMPolyRingElem[x*y + 65520*x*z, x*z^2 + 65520*x*z, x^2*z + 65520*x*z]
Expected output:
Nemo.FqMPolyRingElem[x*y + 65520*x*z, x*z^2 + 65520*x*z, x^2*z + 65520*x*z]
diff =
Warning: Diff output requires color.
Nemo.FqMPolyRingElem[x*y FqMPolyRingElem[x*y + 65520*x*z, x*z^2 + 65520*x*z, x^2*z + 65520*x*z]
|
Documentation:
../../../.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), Nemo.FqMPolyRingElem[x, y, z])
julia> I = Ideal([x*y - x*z, x*z^2 - x*z, x^2*z - x*z])
Nemo.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}}:
Nemo.FqMPolyRingElem[x]
Nemo.FqMPolyRingElem[z, y]
Nemo.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}}:
Nemo.FqMPolyRingElem[x]
Nemo.FqMPolyRingElem[z, y]
Nemo.FqMPolyRingElem[z + 65520, y + 65520, x + 65520]
diff =
Warning: Diff output requires color.
3-element Vector{Ideal{Nemo.FqMPolyRingElem}}:
Nemo.FqMPolyRingElem[x]
Nemo.FqMPolyRingElem[z, Vector{Ideal{FqMPolyRingElem}}:
FqMPolyRingElem[x]
FqMPolyRingElem[z, y]
Nemo.FqMPolyRingElem[z FqMPolyRingElem[z + 65520, y + 65520, x + 65520]
|
test (1.6, x64, ubuntu-latest)
Process completed with exit code 1.
|
test (1.6, x64, macOS-latest)
Process completed with exit code 1.
|
test (~1.10.0-0, x64, ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: codecov/codecov-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (~1.10.0-0, x64, ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test (1.9, x64, ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: codecov/codecov-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (1.9, x64, ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Documentation:
../../../.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}
```
|
test (~1.11.0-0, x64, ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: codecov/codecov-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (~1.11.0-0, x64, ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test (nightly, x64, ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: codecov/codecov-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (nightly, x64, ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test (nightly, x64, macOS-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: codecov/codecov-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (nightly, x64, macOS-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
[julia-buildpkg] Caching of the julia depot was not detected
Consider using `julia-actions/cache` to speed up runs https://github.com/julia-actions/cache. To ignore, set input `ignore-no-cache: true`
|
[julia-buildpkg] Caching of the julia depot was not detected
Consider using `julia-actions/cache` to speed up runs https://github.com/julia-actions/cache. To ignore, set input `ignore-no-cache: true`
|
[julia-buildpkg] Caching of the julia depot was not detected
Consider using `julia-actions/cache` to speed up runs https://github.com/julia-actions/cache. To ignore, set input `ignore-no-cache: true`
|
[julia-buildpkg] Caching of the julia depot was not detected
Consider using `julia-actions/cache` to speed up runs https://github.com/julia-actions/cache. To ignore, set input `ignore-no-cache: true`
|
[julia-buildpkg] Caching of the julia depot was not detected
Consider using `julia-actions/cache` to speed up runs https://github.com/julia-actions/cache. To ignore, set input `ignore-no-cache: true`
|
test (1.6, x64, 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.
|
[julia-buildpkg] Caching of the julia depot was not detected
Consider using `julia-actions/cache` to speed up runs https://github.com/julia-actions/cache. To ignore, set input `ignore-no-cache: true`
|
test (1.6, x64, macOS-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.
|
[julia-buildpkg] Caching of the julia depot was not detected
Consider using `julia-actions/cache` to speed up runs https://github.com/julia-actions/cache. To ignore, set input `ignore-no-cache: true`
|