aboutsummaryrefslogtreecommitdiff
path: root/tests/testthat/test_summary.R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2022-07-21 20:12:35 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2022-07-21 20:12:35 +0200
commitec151046007d1fc57585e0a4fee8fb41300611e3 (patch)
tree7856fa22812d7311f792d4da8095c552f8d07794 /tests/testthat/test_summary.R
parentd1ae627e78579716e32fec8c22627b722a654675 (diff)
Remove platform sensitive convergence tests
Diffstat (limited to 'tests/testthat/test_summary.R')
-rw-r--r--tests/testthat/test_summary.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testthat/test_summary.R b/tests/testthat/test_summary.R
index a31d3bae..87dc7de2 100644
--- a/tests/testthat/test_summary.R
+++ b/tests/testthat/test_summary.R
@@ -47,7 +47,7 @@ test_that("Summaries are reproducible", {
})
test_that("Summaries of mmkin objects are reproducible", {
- test_summary <- summary(fits)
+ test_summary <- summary(fits[ , 2:3])
test_summary$time <- c(elapsed = "test time 0")
expect_known_output(print(test_summary), "summary_parent_FOCUS_2006.txt")
})

Contact - Imprint