Skip to content

Partitioned graphs bug fix #303

Partitioned graphs bug fix

Partitioned graphs bug fix #303

Triggered via pull request December 18, 2024 15:53
Status Failure
Total duration 11m 15s
Artifacts

CI.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

3 errors, 2 warnings, and 1 notice
Documentation: ../../../.julia/packages/Documenter/Bs999/src/utilities/utilities.jl#L44
Cannot resolve @ref for md"[`AbstractPathState`](@ref)" in src/index.md. - No docstring found in doc for binding `NamedGraphs.AbstractPathState`. - No docstring found in doc for binding `Main.AbstractPathState`.
Documentation: ../../../.julia/packages/Documenter/Bs999/src/utilities/utilities.jl#L44
19 docstrings not included in the manual: NamedGraphs.GraphsExtensions.current_partitioning_backend :: Tuple{} NamedGraphs.GraphsExtensions.distance_to_leaves :: Tuple{Graphs.AbstractGraph, Any} NamedGraphs.GraphsExtensions.rem_vertices! :: Tuple{Graphs.AbstractGraph, Any} NamedGraphs.GraphsExtensions.is_cycle_graph :: Union{Tuple{var"##239"}, Tuple{Type{SimpleTraits.Not{Graphs.IsDirected{var"##239"}}}, var"##239"}} where var"##239" NamedGraphs.GraphsExtensions.incident_edges :: Tuple{Graphs.AbstractGraph, Any} NamedGraphs.NamedGraphGenerators.named_triangular_lattice_graph :: Tuple{Integer, Integer} NamedGraphs.GraphsExtensions.is_leaf_edge :: Union{Tuple{var"##244"}, Tuple{Type{SimpleTraits.Not{Graphs.IsDirected{var"##244"}}}, var"##244", Graphs.AbstractEdge}} where var"##244" NamedGraphs.GraphsExtensions.non_leaf_edges :: Tuple{Graphs.AbstractGraph} NamedGraphs.GraphsExtensions.CURRENT_PARTITIONING_BACKEND NamedGraphs.GraphsExtensions.random_bfs_tree :: Tuple{Graphs.AbstractGraph, Any} NamedGraphs.Keys.Key NamedGraphs.NamedGraphGenerators.named_hexagonal_lattice_graph :: Tuple{Integer, Integer} NamedGraphs.GraphsExtensions.rem_edges! :: Tuple{Graphs.AbstractGraph, Any} NamedGraphs.GraphsExtensions.has_leaf_neighbor :: Tuple{Graphs.AbstractGraph, Any} NamedGraphs.GraphsExtensions.is_path_graph :: Union{Tuple{var"##238"}, Tuple{Type{SimpleTraits.Not{Graphs.IsDirected{var"##238"}}}, var"##238"}} where var"##238" NamedGraphs.GraphsExtensions.add_edges! :: Tuple{Graphs.AbstractGraph, Any} NamedGraphs.GraphsExtensions.root_vertex :: Union{Tuple{var"##249"}, Tuple{Type{Graphs.IsDirected{var"##249"}}, var"##249"}} where var"##249" NamedGraphs.GraphsExtensions.set_partitioning_backend! :: Tuple{Union{Missing, String, NamedGraphs.GraphsExtensions.Backend}} NamedGraphs.GraphsExtensions.Backend These are docstrings in the checked modules (configured with the modules keyword) that are not included in canonical @docs or @autodocs blocks.
Documentation
Process completed with exit code 1.
Julia 1.7 - ubuntu-latest - x64 - pull_request
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Julia 1 - ubuntu-latest - x64 - pull_request
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
[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`