Skip to content

fix test-dot.product.game #1396

@maelle

Description

@maelle

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)`

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions