From a14237fc1580b09f8772cd3330b0a445785e48ac Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 18 Nov 2022 10:09:28 +0100 Subject: Round parameters with signif() before printing This will hopefully make the test pass on all relevant platforms. --- tests/testthat/print_dfop_saemix_1.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/testthat/print_dfop_saemix_1.txt') diff --git a/tests/testthat/print_dfop_saemix_1.txt b/tests/testthat/print_dfop_saemix_1.txt index bdc40065..1d399a52 100644 --- a/tests/testthat/print_dfop_saemix_1.txt +++ b/tests/testthat/print_dfop_saemix_1.txt @@ -13,11 +13,11 @@ Likelihood computed by importance sampling Fitted parameters: estimate lower upper -parent_0 99.92 98.77 101.06 -log_k1 -2.72 -2.95 -2.50 -log_k2 -4.14 -4.27 -4.01 +parent_0 100.00 99.00 100.00 +log_k1 -2.70 -3.00 -2.50 +log_k2 -4.10 -4.30 -4.00 g_qlogis -0.35 -0.53 -0.16 -a.1 0.92 0.68 1.16 +a.1 0.92 0.68 1.20 b.1 0.05 0.04 0.06 SD.log_k1 0.37 0.23 0.51 SD.log_k2 0.23 0.14 0.31 -- cgit v1.2.1