diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-10-31 11:47:23 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-10-31 11:47:23 +0100 |
commit | 99947961be1cf0a7eed80426bc3d8cc6daa6d106 (patch) | |
tree | 211d0400cc2fc4990a5e36f877273dde14549578 /tests/testthat/test_mkinfit_errors.R | |
parent | 669447c2a4581a4c8dba18ab40ba6938a42b8267 (diff) |
Reorganize tests to reduce time on winbuilder
Diffstat (limited to 'tests/testthat/test_mkinfit_errors.R')
-rw-r--r-- | tests/testthat/test_mkinfit_errors.R | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/testthat/test_mkinfit_errors.R b/tests/testthat/test_mkinfit_errors.R index 8adb05c1..3a04e9c6 100644 --- a/tests/testthat/test_mkinfit_errors.R +++ b/tests/testthat/test_mkinfit_errors.R @@ -18,14 +18,6 @@ context("Special cases of mkinfit calls") -SFO_SFO.ff.nosink <- mkinmod( - parent = mkinsub("SFO", "m1", sink = FALSE), - m1 = mkinsub("SFO"), quiet = TRUE, use_of_ff = "max") - -SFO_SFO.ff <- mkinmod( - parent = mkinsub("SFO", "m1"), - m1 = mkinsub("SFO"), quiet = TRUE, use_of_ff = "max") - test_that("mkinfit stops to prevent and/or explain user errors", { expect_error(mkinfit("foo", FOCUS_2006_A)) expect_error(mkinfit(3, FOCUS_2006_A)) |