Skip to content

Commit

Permalink
Break build to prove #55
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Jun 14, 2022
1 parent 9750721 commit 3c032f0
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions tests/testthat/test-do_gcae_experiment.R
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ test_that("use, no phenotypes, no labels, #26", {
analyse_epochs = c(1, 2),
metrics = "" # no metrics
)

Sys.time()
gcae_experiment_results <- do_gcae_experiment( # Takes approx 108 secs
gcae_experiment_params = gcae_experiment_params,
Expand Down Expand Up @@ -76,9 +75,14 @@ test_that("use, no phenotypes, no labels, M1_3n, nsphs_ml_qt #55", {
metrics = "" # no metrics
)
Sys.time()
gcae_experiment_results <- do_gcae_experiment( # Takes approx 132 secs
gcae_experiment_params = gcae_experiment_params,
verbose = TRUE
expect_silent(
suppressMessages({
gcae_experiment_results <- do_gcae_experiment( # Takes approx 143 secs
gcae_experiment_params = gcae_experiment_params,
verbose = TRUE
)
}
)
)
Sys.time()
expect_silent(check_gcae_experiment_results(gcae_experiment_results))
Expand Down

0 comments on commit 3c032f0

Please sign in to comment.