Skip to content

Commit

Permalink
update snap 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle committed Jan 30, 2024
1 parent aee342c commit 464d824
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/testthat/_snaps/graph.adjacency.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
graph_from_adjacency_matrix(m, mode = "undirected")
Condition
Warning:
The `adjmatrix` argument of `graph_from_adjacency_matrix()` must be symmetric with mode = "undirected" as of igraph 1.6.0.
The `adjmatrix` argument of `graph_from_adjacency_matrix()` must be symmetric with mode = "undirected" as of igraph 2.0.0.
i Use mode = "max" to achieve the original behavior.
Output
IGRAPH U--- 2 2 --
Expand Down Expand Up @@ -53,7 +53,7 @@
graph_from_adjacency_matrix(m2, mode = "undirected")
Condition
Warning:
The `adjmatrix` argument of `graph_from_adjacency_matrix()` must be symmetric with mode = "undirected" as of igraph 1.6.0.
The `adjmatrix` argument of `graph_from_adjacency_matrix()` must be symmetric with mode = "undirected" as of igraph 2.0.0.
i Use mode = "max" to achieve the original behavior.
Output
IGRAPH U--- 2 0 --
Expand All @@ -62,7 +62,7 @@
graph_from_adjacency_matrix(1)
Condition
Warning:
The `adjmatrix` argument of `graph_from_adjacency_matrix()` must be a matrix as of igraph 1.6.0.
The `adjmatrix` argument of `graph_from_adjacency_matrix()` must be a matrix as of igraph 2.0.0.
Output
IGRAPH D--- 1 1 --
+ edge:
Expand All @@ -71,7 +71,7 @@
graph_from_adjacency_matrix(1, mode = "undirected")
Condition
Warning:
The `adjmatrix` argument of `graph_from_adjacency_matrix()` must be a matrix as of igraph 1.6.0.
The `adjmatrix` argument of `graph_from_adjacency_matrix()` must be a matrix as of igraph 2.0.0.
Output
IGRAPH U--- 1 1 --
+ edge:
Expand Down Expand Up @@ -101,7 +101,7 @@
graph_from_adjacency_matrix(m, mode = "undirected")
Condition
Warning:
The `adjmatrix` argument of `graph_from_adjacency_matrix()` must be symmetric with mode = "undirected" as of igraph 1.6.0.
The `adjmatrix` argument of `graph_from_adjacency_matrix()` must be symmetric with mode = "undirected" as of igraph 2.0.0.
i Use mode = "max" to achieve the original behavior.
Output
IGRAPH U--- 2 2 --
Expand Down Expand Up @@ -133,7 +133,7 @@
graph_from_adjacency_matrix(m2, mode = "undirected")
Condition
Warning:
The `adjmatrix` argument of `graph_from_adjacency_matrix()` must be symmetric with mode = "undirected" as of igraph 1.6.0.
The `adjmatrix` argument of `graph_from_adjacency_matrix()` must be symmetric with mode = "undirected" as of igraph 2.0.0.
i Use mode = "max" to achieve the original behavior.
Output
IGRAPH U--- 2 0 --
Expand Down

0 comments on commit 464d824

Please sign in to comment.