From a787e5266628f859fd70454c5419721efa494887 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 1 Nov 2022 12:39:28 +0100 Subject: Fix plotting saem fits with covariates --- tests/testthat/test_plot.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/testthat/test_plot.R b/tests/testthat/test_plot.R index 58a00662..13058c00 100644 --- a/tests/testthat/test_plot.R +++ b/tests/testthat/test_plot.R @@ -44,7 +44,7 @@ test_that("Plotting mkinfit, mmkin and mixed model objects is reproducible", { f_uba_dfop_sfo_saem <- saem(f_uba_mmkin["DFOP-SFO", ], quiet = TRUE, transformations = "saemix") - plot_biphasic_mmkin <- function() plot(f_uba_dfop_sfo_mixed) + plot_biphasic_mmkin <- function() plot(f_uba_dfop_sfo_mixed, pop_curve = TRUE) vdiffr::expect_doppelganger("mixed model fit for mmkin object", plot_biphasic_mmkin) plot_biphasic_saem_s <- function() plot(f_uba_dfop_sfo_saem) -- cgit v1.2.1