diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-04-09 09:38:01 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-04-09 09:38:01 +0200 |
commit | 23461dddcc6a1858f1c9c9052512f22485d08842 (patch) | |
tree | ced422b471b42e9b4b2222168949ab10fa5634d9 /tests/testthat/test_plots_summary_twa.R | |
parent | 636c585895aacaae95d739201e856252f24fec1b (diff) |
Try mkinerrplot for obs and tc on Travis again
Diffstat (limited to 'tests/testthat/test_plots_summary_twa.R')
-rw-r--r-- | tests/testthat/test_plots_summary_twa.R | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/testthat/test_plots_summary_twa.R b/tests/testthat/test_plots_summary_twa.R index 5917dd6e..77144665 100644 --- a/tests/testthat/test_plots_summary_twa.R +++ b/tests/testthat/test_plots_summary_twa.R @@ -111,7 +111,6 @@ test_that("Plotting mkinfit and mmkin objects is reproducible", { vdiffr::expect_doppelganger("mkinerrplot for FOCUS C SFO", mkinerrplot_FOCUS_C_SFO) vdiffr::expect_doppelganger("mmkin plot for FOCUS C", mmkin_FOCUS_C) vdiffr::expect_doppelganger("mmkin plot for SFO (FOCUS C and D)", mmkin_SFO) - skip_on_travis() # No idea why the following are different on Travis vdiffr::expect_doppelganger("plot_res for FOCUS D", plot_res_sfo_sfo) vdiffr::expect_doppelganger("plot_err for FOCUS D", plot_err_sfo_sfo) vdiffr::expect_doppelganger("plot_errmod with SFO_lin_a_tc", plot_errmod_fit_tc_1) |