Connectivity of real algebraic curves by mean of graphs#142
Open
rprebet wants to merge 192 commits into
Open
Annotations
1 error and 11 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/sampling.jl:199-207
```jldoctest
julia> using AlgebraicSolving
julia> R, (x, y) = polynomial_ring(QQ, ["x", "y"])
(Multivariate polynomial ring in 2 variables over QQ, QQMPolyRingElem[x, y])
julia> length(points_per_components(QQMPolyRingElem[], [x, y], [x + y - 1])) >= 2
true
```
Subexpression:
length(points_per_components(QQMPolyRingElem[], [x, y], [x + y - 1])) >= 2
Evaluated output:
ERROR: MethodError: no method matching to_univariate(::Nemo.QQPolyRing, ::QQMPolyRingElem)
The function `to_univariate` exists, but no method is defined for this combination of argument types.
Closest candidates are:
to_univariate(!Matched::MPolyRingElem, !Matched::Int64)
@ AlgebraicSolving ~/work/AlgebraicSolving.jl/AlgebraicSolving.jl/src/connectivity/buildpoly.jl:115
Stacktrace:
[1] (::AlgebraicSolving.var"#136#137"{Nemo.QQPolyRing})(p::QQMPolyRingElem)
@ AlgebraicSolving ~/work/AlgebraicSolving.jl/AlgebraicSolving.jl/src/algorithms/sampling.jl:83
[2] iterate
@ ./generator.jl:48 [inlined]
[3] _collect
@ ./array.jl:810 [inlined]
[4] collect_similar
@ ./array.jl:732 [inlined]
[5] map
@ ./abstractarray.jl:3372 [inlined]
[6] _sample_points_1(f::Vector{QQMPolyRingElem}; worker_pool::Distributed.WorkerPool)
@ AlgebraicSolving ~/work/AlgebraicSolving.jl/AlgebraicSolving.jl/src/algorithms/sampling.jl:83
[7] _sample_points_2(f::Vector{QQMPolyRingElem}, xs::Vector{QQMPolyRingElem}; nr_thrds::Int64, worker_pool::Distributed.WorkerPool, show_progress::Bool, desc::String)
@ AlgebraicSolving ~/work/AlgebraicSolving.jl/AlgebraicSolving.jl/src/algorithms/sampling.jl:129
[8] _sample_points(f::Vector{QQMPolyRingElem}; nr_thrds::Int64, worker_pool::Distributed.WorkerPool, show_progress::Bool)
@ AlgebraicSolving ~/work/AlgebraicSolving.jl/AlgebraicSolving.jl/src/algorithms/sampling.jl:176
[9] _sample_points
@ ~/work/AlgebraicSolving.jl/AlgebraicSolving.jl/src/algorithms/sampling.jl:161 [inlined]
[10] points_per_components(eqs::Vector{QQMPolyRingElem}, pos::Vector{QQMPolyRingElem}, ineqs::Vector{QQMPolyRingElem}; nr_thrds::Int64, worker_pool::Distributed.WorkerPool, info_level::Int64)
@ AlgebraicSolving ~/work/AlgebraicSolving.jl/AlgebraicSolving.jl/src/algorithms/sampling.jl:220
[11] points_per_components(eqs::Vector{QQMPolyRingElem}, pos::Vector{QQMPolyRingElem}, ineqs::Vector{QQMPolyRingElem})
@ AlgebraicSolving ~/work/AlgebraicSolving.jl/AlgebraicSolving.jl/src/algorithms/sampling.jl:209
[12] top-level scope
@ none:1
Expected output:
true
diff =
Warning: Diff output requires color.
trueERROR: MethodError: no method matching to_univariate(::Nemo.QQPolyRing, ::QQMPolyRingElem)
The function `to_univariate` exists, but no method is defined for this combination of argument types.
Closest candidates are:
to_univariate(!Matched::MPolyRingElem, !Matched::Int64)
@ AlgebraicSolving ~/work/AlgebraicSolving.jl/AlgebraicSolving.jl/src/connectivity/buildpoly.jl:115
Stacktrace:
[1] (::AlgebraicSolving.var"#136#137"{Nemo.QQPolyRing})(p::QQMPolyRingElem)
@ AlgebraicSolving ~/work/AlgebraicSolving.jl/AlgebraicSolving.jl/src/algorithms/sampling.jl:83
[2] iterate
@ ./generator.jl:48 [inlined]
[3] _collect
@ ./array.jl:810 [inlined]
[4] collect_similar
@ ./array.jl:732 [inlined]
[5] map
@ ./abstractarray.jl:3372 [inlined]
[6] _sample_points_1(f::Vector{QQMPolyRingElem}; worker_pool::Distributed.WorkerPool)
@ AlgebraicSolving ~/work/AlgebraicSolving.jl/AlgebraicSolving.jl/src/algorithms/sampling.jl:83
[7] _sample_points_2(f::Vector{QQMPolyRingElem}, xs::Vector{QQMPolyRingElem}; nr_thrds::Int64, worker_pool::Distributed.WorkerPool, show_progress::Bool, desc::String)
@ AlgebraicSolving ~/work/AlgebraicSolving.jl/AlgebraicSolving.jl/src/algorithms/sampling.jl:129
[8] _sample_points(f::Vector{QQMPolyRingElem}; nr_thrds::Int64, worker_pool::Distributed.WorkerPool, sh
|
|
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/
|
|
Run julia-actions/julia-docdeploy@latest:
../../../.julia/packages/Documenter/bFHi4/src/Writers/HTMLWriter.jl#L1823
invalid local link: unresolved path in types.md
link.text =
1-element Vector{Any}:
"compute_graph"
link.url = "@ref"
|
|
Run julia-actions/julia-docdeploy@latest:
../../../.julia/packages/Documenter/bFHi4/src/Writers/HTMLWriter.jl#L1823
invalid local link: unresolved path in types.md
link.text =
1-element Vector{Any}:
"roadmap"
link.url = "@ref"
|
|
Run julia-actions/julia-docdeploy@latest:
../../../.julia/packages/Documenter/bFHi4/src/CrossReferences.jl#L104
reference for 'build*graph*data' could not be found in src/types.md.
|
|
Run julia-actions/julia-docdeploy@latest:
../../../.julia/packages/Documenter/bFHi4/src/CrossReferences.jl#L104
reference for 'connected_components' could not be found in src/types.md.
|
|
Run julia-actions/julia-docdeploy@latest:
../../../.julia/packages/Documenter/bFHi4/src/CrossReferences.jl#L104
reference for 'build*graph*data' could not be found in src/types.md.
|
|
Run julia-actions/julia-docdeploy@latest:
../../../.julia/packages/Documenter/bFHi4/src/CrossReferences.jl#L104
reference for 'merge_graphs' could not be found in src/types.md.
|
|
Run julia-actions/julia-docdeploy@latest:
../../../.julia/packages/Documenter/bFHi4/src/CrossReferences.jl#L104
reference for 'compute_graph' could not be found in src/types.md.
|
|
Run julia-actions/julia-docdeploy@latest:
../../../.julia/packages/Documenter/bFHi4/src/CrossReferences.jl#L104
reference for 'roadmap' could not be found in src/types.md.
|
|
Run julia-actions/julia-docdeploy@latest:
../../../.julia/packages/Documenter/bFHi4/src/Expanders.jl#L298
undefined binding 'AlgebraicSolving.group_by_components' in `@docs` block in src/connectivity.md:101-105
```@docs
group_by_components(
G::CurveGraph
)
```
|
|
Run julia-actions/julia-docdeploy@latest:
../../../.julia/packages/Documenter/bFHi4/src/Expanders.jl#L334
no docs found for 'curve_arrangement_graph(
curves::Vector{Ideal{P}};
generic=true,
outf=true,
v=0,
kwargs...
) where (P <: MPolyRingElem)' in `@docs` block in src/connectivity.md:79-87
```@docs
curve_arrangement_graph(
curves::Vector{Ideal{P}};
generic=true,
outf=true,
v=0,
kwargs...
) where (P <: MPolyRingElem)
```
|
background
wait
wait-all
cancel
parallel
Loading