test_that("Enforce acyclic on random tally", { arrange(random_tally())->t expect_true(check_dag(t$m)) })