Skip to content

Commit

Permalink
squash! Added tests to close #34 and debug #17
Browse files Browse the repository at this point in the history
  • Loading branch information
wleoncio committed Jun 24, 2024
1 parent 27a6772 commit c4385c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-parallel.R
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ fit_C_par <- mad_wrap(legacy = FALSE, parallel = TRUE, pal = FALSE) # FIXME: fai

test_that("results are identical after parallelization", {
expect_identical(fit_R, fit_R_pal)
expect_identical(fit_C, fit_C_pal)
})

test_that("parallel and pal cannot be both true", {
Expand Down

0 comments on commit c4385c7

Please sign in to comment.