dwww Home | Show directory contents | Find package

context("Bug 154 from Github")

test_that("graph.get.subisomorphisms.vf2() works even if the graph has a vertex attribute named x", {
    g <- graph.full(4)
    V(g)$x <- 1:4
    subs <- graph.get.subisomorphisms.vf2(g, graph.ring(4))
    expect_equal(length(subs), 24)
})

Generated by dwww version 1.15 on Thu May 23 23:46:45 CEST 2024.