From 4a9837e9cb86ab68eca4e5a1da5d42928b7e4834 Mon Sep 17 00:00:00 2001 From: Clare <chorscroft@users.noreply.github.com> Date: Fri, 10 Jul 2020 05:39:19 +0100 Subject: [PATCH] Fixed broken test --- tests/testthat/test-create_LDprofile.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/testthat/test-create_LDprofile.R b/tests/testthat/test-create_LDprofile.R index 1d6cb91..051ae0d 100644 --- a/tests/testthat/test-create_LDprofile.R +++ b/tests/testthat/test-create_LDprofile.R @@ -264,8 +264,8 @@ test_that("create_LDprofile calculates the LD profile correctly when beta calcul bin=c(0), rsq=c(0.0754751721676325), sd=c(0.0928525038706074), - Beta_a=c(0.21155096488681), - Beta_b=c(2.8704915799235), + Beta_a=c(0.795140679587351), + Beta_b=c(9.0658860153924), n=c(105) ),tolerance=0.0001) }) -- GitLab