From 6fb06da8668d2606cd3845bdc8ce94241bd957d1 Mon Sep 17 00:00:00 2001 From: Waldir Leoncio Date: Wed, 31 Mar 2021 10:39:42 +0200 Subject: [PATCH] Commented out non-interactive test code --- tests/testthat/test-greedyMix.R | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/testthat/test-greedyMix.R b/tests/testthat/test-greedyMix.R index 96b7d1d..a17236f 100644 --- a/tests/testthat/test-greedyMix.R +++ b/tests/testthat/test-greedyMix.R @@ -32,11 +32,11 @@ test_that("handleData works as expected", { context("Opening files on greedyMix") # TODO: needs #12 to be fixed before this can be done without user intervention -greedyMix( - tietue = "inst/ext/ExamplesDataFormatting/Example data in BAPS format for clustering of diploid individuals.txt", - format = "BAPS", - savePreProcessed = FALSE -) # Upper bounds 100 100 +# greedyMix( +# tietue = "inst/ext/ExamplesDataFormatting/Example data in BAPS format for clustering of diploid individuals.txt", +# format = "BAPS", +# savePreProcessed = FALSE +# ) # Upper bounds 100 100 context("Linkage")