Skip to content
Snippets Groups Projects
Commit 92285f97 authored by SANTAGOSTINI Pierre's avatar SANTAGOSTINI Pierre
Browse files

indentation?

parent c82b2f1a
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ d21_3 <- diststudent(nu1 = nu1, Sigma1 = Sigma2, nu2 = nu2, Sigma2 = Sigma1, bet
test_that("renyi works (dim 3)", {
expect_equal(attr(d12_3, "eps"), 1e-15)
expect_equal(attr(d21_3, "eps"), 1e-15)
expect_equal(round(as.numeric(d12_3), 15), 0.154150335789182)
expect_equal(round(as.numeric(d21_3), 10), 0.077595179539573)
})
......@@ -32,7 +32,7 @@ d21_4 <- diststudent(nu1 = nu1, Sigma1 = Sigma2, nu2 = nu2, Sigma2 = Sigma1, bet
test_that("renyi works (dim 4)", {
expect_equal(attr(d12_4, "eps"), 1e-12)
expect_equal(attr(d21_4, "eps"), 1e-8)
expect_equal(as.numeric(d12_4), 0.175486294548201)
expect_equal(as.numeric(d21_4), 0.094669919703894)
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment