diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-12-09 10:05:00 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-12-09 10:05:00 +0100 |
commit | 107ddb89a4a6e0e15d9f82eafcf9eebecf4904ba (patch) | |
tree | 964c72141c0376f44ccd81ca5c77fc157d7eff69 /tests/testthat/test_plot.R | |
parent | f33ce936323d9afc884f9254fb57d19744cadf75 (diff) |
Make tests more robust, remove two redundant ones
Diffstat (limited to 'tests/testthat/test_plot.R')
-rw-r--r-- | tests/testthat/test_plot.R | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/testthat/test_plot.R b/tests/testthat/test_plot.R index 4d815d33..4b830fe4 100644 --- a/tests/testthat/test_plot.R +++ b/tests/testthat/test_plot.R @@ -32,12 +32,6 @@ test_that("Plotting mkinfit and mmkin objects is reproducible", { plot_err_sfo_sfo <- function() plot_err(f_sfo_sfo_desolve) vdiffr::expect_doppelganger("plot_err for FOCUS D", plot_err_sfo_sfo) - plot_errmod_fit_tc_1 <- function() plot_err(fit_tc_1, sep_obs = FALSE) - vdiffr::expect_doppelganger("plot_errmod with SFO_lin_a_tc", plot_errmod_fit_tc_1) - - plot_errmod_fit_obs_1 <- function() plot_err(fit_obs_1, sep_obs = FALSE) - vdiffr::expect_doppelganger("plot_errmod with SFO_lin_a_obs", plot_errmod_fit_obs_1) - skip_on_travis() # Biphasic fits with lots of data and fits have lots of potential for differences |