From 464d824d70b919ca79e91da595b4974a2287d5f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABlle=20Salmon?= Date: Tue, 16 Jan 2024 11:57:44 +0100 Subject: [PATCH] update snap :tada: --- tests/testthat/_snaps/graph.adjacency.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/testthat/_snaps/graph.adjacency.md b/tests/testthat/_snaps/graph.adjacency.md index c46c414628..399b4e7aa3 100644 --- a/tests/testthat/_snaps/graph.adjacency.md +++ b/tests/testthat/_snaps/graph.adjacency.md @@ -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 -- @@ -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 -- @@ -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: @@ -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: @@ -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 -- @@ -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 --