Skip to content

Multigraphs via an edge index and edge properties/metadata #71

Multigraphs via an edge index and edge properties/metadata

Multigraphs via an edge index and edge properties/metadata #71

Triggered via pull request August 27, 2024 02:55
Status Failure
Total duration 3m 27s
Artifacts

elixir.yml

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

Annotations

54 errors and 2 warnings
test (25.0, 1.14.0): test/serializer_test.exs#L4
test to_dot/1 (Graph.SerializerTests)
test (25.0, 1.14.0): test/serializer_test.exs#L37
test to_flowchart (Graph.SerializerTests)
test (25.0, 1.14.0): test/graph_test.exs#L3
doctest Graph.delete_edge/4 (24) (GraphTest)
test (25.0, 1.14.0): test/graph_test.exs#L3
doctest Graph.update_labelled_edge/5 (86) (GraphTest)
test (25.0, 1.14.0): test/graph_test.exs#L3
doctest Graph.transpose/1 (84) (GraphTest)
test (25.0, 1.14.0): test/graph_test.exs#L3
doctest Graph.new/1 (64) (GraphTest)
test (25.0, 1.14.0): test/graph_test.exs#L547
test degeneracy_core/1 (GraphTest)
test (25.0, 1.14.0): test/graph_test.exs#L3
doctest Graph.edges/3 (44) (GraphTest)
test (25.0, 1.14.0): test/graph_test.exs#L3
doctest Graph.delete_edge/4 (25) (GraphTest)
test (25.0, 1.14.0): test/graph_test.exs#L3
doctest Graph.new/1 (62) (GraphTest)
test (25.0, 1.13.3)
The job was canceled because "_25_0_1_14_0" failed.
test (25.0, 1.13.3): test/serializer_test.exs#L37
test to_flowchart (Graph.SerializerTests)
test (25.0, 1.13.3): test/serializer_test.exs#L4
test to_dot/1 (Graph.SerializerTests)
test (25.0, 1.13.3): test/graph_test.exs#L187
test edges/2 returns both directions (GraphTest)
test (25.0, 1.13.3): test/graph_test.exs#L3
doctest Graph.edges/2 (42) (GraphTest)
test (25.0, 1.13.3): test/graph_test.exs#L330
test shortest path for complex undirected graph using float weights (GraphTest)
test (25.0, 1.13.3): test/graph_test.exs#L3
doctest Graph.bellman_ford/2 (17) (GraphTest)
test (25.0, 1.13.3): test/graph_test.exs#L339
test shortest paths for complex graph using signed weights (negative and positive) (GraphTest)
test (25.0, 1.13.3): test/graph_test.exs#L3
doctest Graph.delete_edges/3 (31) (GraphTest)
test (25.0, 1.13.3): test/graph_test.exs#L3
doctest Graph.new/1 (62) (GraphTest)
test (25.0, 1.13.3): test/graph_test.exs#L3
doctest Graph.transpose/1 (84) (GraphTest)
test (24.2, 1.12.3)
The job was canceled because "_25_0_1_14_0" failed.
test (24.2, 1.12.3): test/serializer_test.exs#L4
test to_dot/1 (Graph.SerializerTests)
test (24.2, 1.12.3): test/serializer_test.exs#L37
test to_flowchart (Graph.SerializerTests)
test (24.2, 1.12.3): test/graph_test.exs#L3
doctest Graph.update_edge/4 (85) (GraphTest)
test (24.2, 1.12.3): test/graph_test.exs#L412
test k_core/2 (GraphTest)
test (24.2, 1.12.3): test/graph_test.exs#L3
doctest Graph.update_labelled_edge/5 (86) (GraphTest)
test (24.2, 1.12.3): test/graph_test.exs#L3
doctest Graph.edges/1 (41) (GraphTest)
test (24.2, 1.12.3): test/graph_test.exs#L44
test multigraphs custom edge indexing function (GraphTest)
test (24.2, 1.12.3): test/graph_test.exs#L303
test shortest path for complex graph using float weights (GraphTest)
test (24.2, 1.12.3): test/graph_test.exs#L3
doctest Graph.split_edge/4 (79) (GraphTest)
test (24.2, 1.12.3): test/graph_test.exs#L3
doctest Graph.add_edges/2 (7) (GraphTest)
test (24.2, 1.13.3)
The job was canceled because "_25_0_1_14_0" failed.
test (24.2, 1.13.3): test/serializer_test.exs#L4
test to_dot/1 (Graph.SerializerTests)
test (24.2, 1.13.3): test/serializer_test.exs#L37
test to_flowchart (Graph.SerializerTests)
test (24.2, 1.13.3): test/graph_test.exs#L3
doctest Graph.split_edge/4 (79) (GraphTest)
test (24.2, 1.13.3): test/graph_test.exs#L3
doctest Graph.update_edge/4 (85) (GraphTest)
test (24.2, 1.13.3): test/graph_test.exs#L3
doctest Graph.delete_edges/2 (28) (GraphTest)
test (24.2, 1.13.3): test/graph_test.exs#L3
doctest Graph.bellman_ford/2 (16) (GraphTest)
test (24.2, 1.13.3): test/graph_test.exs#L3
doctest Graph.delete_edge/4 (24) (GraphTest)
test (24.2, 1.13.3): test/graph_test.exs#L3
doctest Graph.add_edges/2 (6) (GraphTest)
test (24.2, 1.13.3): test/graph_test.exs#L412
test k_core/2 (GraphTest)
test (24.2, 1.13.3): test/graph_test.exs#L3
doctest Graph.bellman_ford/2 (17) (GraphTest)
test (24.2, 1.14.0)
The job was canceled because "_25_0_1_14_0" failed.
test (24.2, 1.14.0): test/serializer_test.exs#L37
test to_flowchart (Graph.SerializerTests)
test (24.2, 1.14.0): test/serializer_test.exs#L4
test to_dot/1 (Graph.SerializerTests)
test (24.2, 1.14.0): test/graph_test.exs#L3
doctest Graph.new/1 (62) (GraphTest)
test (24.2, 1.14.0): test/model_test.exs#L190
property the degeneracy core of a DCG is the maximum k_core of a given graph (Graph.Model.Test)
test (24.2, 1.14.0): test/graph_test.exs#L3
doctest Graph.add_edge/4 (4) (GraphTest)
test (24.2, 1.14.0): test/graph_test.exs#L330
test shortest path for complex undirected graph using float weights (GraphTest)
test (24.2, 1.14.0): test/graph_test.exs#L3
doctest Graph.edges/3 (45) (GraphTest)
test (24.2, 1.14.0): test/model_test.exs#L119
property the subgraph G' of a given graph G, implies that the vertices and edges of G' form subsets of those from G (DAG) (Graph.Model.Test)
test (24.2, 1.14.0): test/graph_test.exs#L24
test multigraphs `multigraph: true` option enables vertex indexing on edge labels (GraphTest)
test (24.2, 1.14.0): test/graph_test.exs#L412
test k_core/2 (GraphTest)
test (25.0, 1.14.0)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@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 (25.0, 1.14.0)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/