Commented out non-interactive test code
This commit is contained in:
parent
39145ee865
commit
6fb06da866
1 changed files with 5 additions and 5 deletions
|
|
@ -32,11 +32,11 @@ test_that("handleData works as expected", {
|
||||||
context("Opening files on greedyMix")
|
context("Opening files on greedyMix")
|
||||||
|
|
||||||
# TODO: needs #12 to be fixed before this can be done without user intervention
|
# TODO: needs #12 to be fixed before this can be done without user intervention
|
||||||
greedyMix(
|
# greedyMix(
|
||||||
tietue = "inst/ext/ExamplesDataFormatting/Example data in BAPS format for clustering of diploid individuals.txt",
|
# tietue = "inst/ext/ExamplesDataFormatting/Example data in BAPS format for clustering of diploid individuals.txt",
|
||||||
format = "BAPS",
|
# format = "BAPS",
|
||||||
savePreProcessed = FALSE
|
# savePreProcessed = FALSE
|
||||||
) # Upper bounds 100 100
|
# ) # Upper bounds 100 100
|
||||||
|
|
||||||
context("Linkage")
|
context("Linkage")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue