Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix test-dot.product.game #1396

Open
maelle opened this issue Jun 6, 2024 · 0 comments
Open

fix test-dot.product.game #1396

maelle opened this issue Jun 6, 2024 · 0 comments

Comments

@maelle
Copy link
Contributor

maelle commented Jun 6, 2024

this is weird

  g2 <- sample_dot_product(vecs, directed = TRUE)
  g20 <- graph_from_literal(1:2:3:4, 1 - +3, 1 - +4, 3 - +4, 4 + -1, 4 + -3)
  expect_equal(g[], g20[], ignore_attr = TRUE)
  • why define g2 and not use it directly afterwards
  • why does expect_equivalent() pass but not expect_equal(ignore_attrs=TRUE)`
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

No branches or pull requests

1 participant