Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
paulstaab committed Dec 18, 2016
1 parent c862d0d commit ab63d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-sumstat-mcmf.R
Expand Up @@ -134,5 +134,5 @@ test_that("mcmf can be calulated in the expanded version", {
model <- coal_model(4) + locus_trio()
stat <- sumstat_mcmf(population = 1, expand_mcmf = TRUE, type_expand = 3)
expect_equivalent(stat$calculate(seg_sites, NULL, NULL, model),
matrix(c(1/3, 0.25, 0.004), 1))
matrix(c(1 / 3, 0.25, 0.004), 1))
})

0 comments on commit ab63d17

Please sign in to comment.