diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-10-26 22:38:11 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-10-26 22:38:11 +0200 |
commit | cb03bf1fb1e6326f06029969663f3399af96b05d (patch) | |
tree | 98bc046e8a0e3307d2d1dc284b1f5326a23343b3 /tests/testthat/setup_script.R | |
parent | 7b7729694363515007193d1c3e29e9b76271abb3 (diff) |
Address some check and test failures
Diffstat (limited to 'tests/testthat/setup_script.R')
-rw-r--r-- | tests/testthat/setup_script.R | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testthat/setup_script.R b/tests/testthat/setup_script.R index c3fb4f06..cfa978fc 100644 --- a/tests/testthat/setup_script.R +++ b/tests/testthat/setup_script.R @@ -69,5 +69,5 @@ fit_tc_1 <- mkinfit(m_synth_SFO_lin, SFO_lin_a, error_model = "tc", quiet = TRUE f_tc_2 <- mkinfit(m_synth_DFOP_par, DFOP_par_c, error_model = "tc", error_model_algorithm = "direct", quiet = TRUE) -f_tc_2_ntf <- mkinfit(m_synth_DFOP_par, DFOP_par_c, error_model = "tc", - transform_fractions = FALSE, error_model_algorithm = "direct", quiet = TRUE) +#f_tc_2_ntf <- mkinfit(m_synth_DFOP_par, DFOP_par_c, error_model = "tc", +# transform_fractions = FALSE, error_model_algorithm = "direct", quiet = TRUE) |