Skip to content

Commit

Permalink
update test, to small indizes produce < 3 parameter > 0 which crash t…
Browse files Browse the repository at this point in the history
…he test
  • Loading branch information
schalkdaniel committed Jan 20, 2018
1 parent 653bde3 commit 06e41ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test_compboost.R
Expand Up @@ -154,7 +154,7 @@ test_that("compboost does the same as mboost", {
unname(unlist(cboost$getEstimatedParameterOfIteration(200)))
)

idx = sample(1:500, 3)
idx = 2:4 * 120
matrix.compare = matrix(NA_real_, nrow = 3, ncol = 3)

for (i in seq_along(idx)) {
Expand Down

0 comments on commit 06e41ef

Please sign in to comment.