Skip to content

Unused objects in tests#2722

Open
maelle wants to merge 19 commits into
mainfrom
unused-in-tests
Open

Unused objects in tests#2722
maelle wants to merge 19 commits into
mainfrom
unused-in-tests

Conversation

@maelle

@maelle maelle commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

@schochastics in some cases the fix was obvious, in others I might have misunderstood the test intent.

@maelle maelle requested a review from schochastics July 3, 2026 13:18

A <- as_adjacency_matrix(g, weights = "weight", sparse = FALSE)
A2 <- as_adjacency_matrix(g2, weights = "weight", sparse = FALSE)
expect_equal(A, A)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That was a great test before 😆

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

100% success rate 😂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants