diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-04-22 16:09:53 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-04-22 18:01:26 +0200 |
commit | ae4ca17b89047052b35acee8e636ff8f31636c13 (patch) | |
tree | 8d44949bc8b2a2c23a2e2896e12ff438252a1fe5 /tests/testthat/test_mkinmod.R | |
parent | f6b6ecd0f925799aaced3fb5ceb9e5817a99d884 (diff) |
Support SFORB with formation fractions
Diffstat (limited to 'tests/testthat/test_mkinmod.R')
-rw-r--r-- | tests/testthat/test_mkinmod.R | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/testthat/test_mkinmod.R b/tests/testthat/test_mkinmod.R index 1bdf094b..3178186a 100644 --- a/tests/testthat/test_mkinmod.R +++ b/tests/testthat/test_mkinmod.R @@ -20,10 +20,6 @@ test_that("mkinmod stops to prevent and/or explain user errors", { expect_error(mkinmod(parent = mkinsub("IORE", "m1"), m1 = mkinsub("SFO"), use_of_ff = "min"), "only supported with formation fractions") - - expect_error(mkinmod(parent = mkinsub("SFORB", "m1"), - m1 = mkinsub("SFO"), use_of_ff = "max"), - "not supported") }) test_that("Printing mkinmod models is reproducible", { |