Renames + add deterministic choice of generic linear forms#133
Open
rprebet wants to merge 18 commits into
Open
Renames + add deterministic choice of generic linear forms#133rprebet wants to merge 18 commits into
rprebet wants to merge 18 commits into
Annotations
1 error and 1 warning
|
Run julia-actions/julia-docdeploy@latest:
../../../.julia/packages/Documenter/bFHi4/src/DocTests.jl#L373
doctest failure in ~/work/AlgebraicSolving.jl/AlgebraicSolving.jl/src/interp/cuyt_lee.jl:229-240
```jldoctest
julia> using AlgebraicSolving
julia> using AlgebraicSolving.Interpolation
julia> R, _ = polynomial_ring(QQ, ["a", "b"]);
julia> f = t -> (t[1] + t[2])^2 / (t[1] - t[2])^2;
julia> cuyt_lee(R, f)
(a^2 + 2*a*b + b^2)//(a^2 - 2*a*b + b^2)
```
Subexpression:
cuyt_lee(R, f)
Evaluated output:
ERROR: DivideError: integer division error
Stacktrace:
[1] divexact(a::QQFieldElem, b::QQFieldElem; check::Bool)
@ Nemo ~/.julia/packages/Nemo/UoLNl/src/flint/fmpq.jl:553
[2] divexact
@ ~/.julia/packages/Nemo/UoLNl/src/flint/fmpq.jl:552 [inlined]
[3] //
@ ~/.julia/packages/Nemo/UoLNl/src/flint/fmpq.jl:593 [inlined]
[4] evaluate(f::AbstractAlgebra.Generic.FracFieldElem{Nemo.QQPolyRingElem}, v::QQFieldElem)
@ AbstractAlgebra ~/.julia/packages/AbstractAlgebra/a2EqM/src/Fraction.jl:613
[5] thiele(R::Nemo.QQPolyRing, bb::AlgebraicSolving.Interpolation.var"#24#25"{AlgebraicSolving.Interpolation.var"#49#50"{var"#2#3", Vector{Int64}}, Vector{Int64}}; retry::Int64, show_progress::Bool, desc::String, offset::Int64)
@ AlgebraicSolving.Interpolation ~/work/AlgebraicSolving.jl/AlgebraicSolving.jl/src/interp/thiele.jl:136
[6] thiele
@ ~/work/AlgebraicSolving.jl/AlgebraicSolving.jl/src/interp/thiele.jl:36 [inlined]
[7] _estimate_total_degree(R::Nemo.QQMPolyRing, bb::AlgebraicSolving.Interpolation.var"#49#50"{var"#2#3", Vector{Int64}}; samples::Int64, show_progress::Bool)
@ AlgebraicSolving.Interpolation ~/work/AlgebraicSolving.jl/AlgebraicSolving.jl/src/interp/cuyt_lee.jl:43
[8] _estimate_total_degree
@ ~/work/AlgebraicSolving.jl/AlgebraicSolving.jl/src/interp/cuyt_lee.jl:29 [inlined]
[9] cuyt_lee_shifted(R::Nemo.QQMPolyRing, bb::AlgebraicSolving.Interpolation.var"#49#50"{var"#2#3", Vector{Int64}}; retry::Int64, nr_thrds::Int64, show_progress::Bool, desc::String)
@ AlgebraicSolving.Interpolation ~/work/AlgebraicSolving.jl/AlgebraicSolving.jl/src/interp/cuyt_lee.jl:107
[10] cuyt_lee_shifted
@ ~/work/AlgebraicSolving.jl/AlgebraicSolving.jl/src/interp/cuyt_lee.jl:93 [inlined]
[11] cuyt_lee_with_shift(R::Nemo.QQMPolyRing, bb::var"#2#3", shift::Vector{Int64}; retry::Int64, nr_thrds::Int64, show_progress::Bool, desc::String)
@ AlgebraicSolving.Interpolation ~/work/AlgebraicSolving.jl/AlgebraicSolving.jl/src/interp/cuyt_lee.jl:207
[12] cuyt_lee_with_shift
@ ~/work/AlgebraicSolving.jl/AlgebraicSolving.jl/src/interp/cuyt_lee.jl:194 [inlined]
[13] cuyt_lee(R::Nemo.QQMPolyRing, bb::var"#2#3"; initial_shift::Vector{Int64}, retry::Int64, nr_thrds::Int64, show_progress::Bool, desc::String)
@ AlgebraicSolving.Interpolation ~/work/AlgebraicSolving.jl/AlgebraicSolving.jl/src/interp/cuyt_lee.jl:258
[14] cuyt_lee(R::Nemo.QQMPolyRing, bb::Function)
@ AlgebraicSolving.Interpolation ~/work/AlgebraicSolving.jl/AlgebraicSolving.jl/src/interp/cuyt_lee.jl:242
[15] top-level scope
@ none:1
Expected output:
(a^2 + 2*a*b + b^2)//(a^2 - 2*a*b + b^2)
diff =
Warning: Diff output requires color.
(a^2 + 2*a*b + b^2)//(a^2 - 2*a*b + b^2)ERROR: DivideError: integer division error
Stacktrace:
[1] divexact(a::QQFieldElem, b::QQFieldElem; check::Bool)
@ Nemo ~/.julia/packages/Nemo/UoLNl/src/flint/fmpq.jl:553
[2] divexact
@ ~/.julia/packages/Nemo/UoLNl/src/flint/fmpq.jl:552 [inlined]
[3] //
@ ~/.julia/packages/Nemo/UoLNl/src/flint/fmpq.jl:593 [inlined]
[4] evaluate(f::AbstractAlgebra.Generic.FracFieldElem{Nemo.QQPolyRingElem}, v::QQFieldElem)
@ AbstractAlgebra ~/.julia/packages/AbstractAlgebra/a2EqM/src/Fraction.jl:613
[5] thiele(R::Nemo.QQPolyRing, bb::AlgebraicSolving.Interpolation.var"#24#25"{AlgebraicSolving.Interpolation.var"#49#50"{var"#2#3", Vector{Int64}}, Vector{Int64}}; retry::Int64, show_progress::Bool, desc::String, offset::Int64)
@ AlgebraicSolving.Interpolation ~/work/AlgebraicSolving.jl/AlgebraicSolving.jl/src/interp/thiele.jl:136
[6] thiele
@ ~/work/AlgebraicSolving.jl/Algebrai
|
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684, actions/checkout@v4, pyTooling/Actions/with-post-step@42e17fae05f224e5ac3d79d021a4e3577878efe5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
background
wait
wait-all
cancel
parallel
Loading