diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-11-13 11:04:27 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-11-13 11:04:27 +0100 |
commit | f3757dfbaabe4e60ecac063437a75ea32999640a (patch) | |
tree | 0f9905ef96ed72203abcc86682132241f23c2286 /tests/testthat/test_SFORB.R | |
parent | 6064a205d42220062506b11d6334b4f8e3217041 (diff) |
Remove leftover line
Diffstat (limited to 'tests/testthat/test_SFORB.R')
-rw-r--r-- | tests/testthat/test_SFORB.R | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/testthat/test_SFORB.R b/tests/testthat/test_SFORB.R index 49b3beed..bc9ab646 100644 --- a/tests/testthat/test_SFORB.R +++ b/tests/testthat/test_SFORB.R @@ -18,8 +18,6 @@ context("Fitting the SFORB model") -logistic <- mkinmod(parent = mkinsub("logistic")) - test_that("Fitting the SFORB model is equivalent to fitting DFOP", { f_sforb <- mkinfit("SFORB", FOCUS_2006_C, quiet = TRUE) f_dfop <- mkinfit("DFOP", FOCUS_2006_C, quiet = TRUE) |