aboutsummaryrefslogtreecommitdiff
path: root/inst/unitTests/runit.mkinfit.R
diff options
context:
space:
mode:
authorjranke <jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>2012-04-25 10:33:53 +0000
committerjranke <jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>2012-04-25 10:33:53 +0000
commitc4e8498ee688fff1e1b2df1a7a65f888cb0d9d84 (patch)
treebcc4a6136520f1e4b9f04760657875eca781ab70 /inst/unitTests/runit.mkinfit.R
parent081b5f25cc4ef779175307d9ce20672e0573b7c9 (diff)
- Transferred some testing code from test.R to unit tests for mkinpredict
- Fixed the output format of mkinpredict to be uniform across solution types git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/mkin@33 edb9625f-4e0d-4859-8d74-9fd3b1da38cb
Diffstat (limited to 'inst/unitTests/runit.mkinfit.R')
-rw-r--r--inst/unitTests/runit.mkinfit.R1
1 files changed, 1 insertions, 0 deletions
diff --git a/inst/unitTests/runit.mkinfit.R b/inst/unitTests/runit.mkinfit.R
index a06e4ff1..2030f852 100644
--- a/inst/unitTests/runit.mkinfit.R
+++ b/inst/unitTests/runit.mkinfit.R
@@ -257,4 +257,5 @@ test.mkinfit.schaefer07_complex_example <- function()
r$mkin.deviation <- abs(round(100 * ((r$mkin - r$means)/r$means), digits=1))
checkIdentical(r$mkin.deviation < 10, rep(TRUE, length(r$mkin.deviation)))
} # }}}
+
# vim: set foldmethod=marker ts=2 sw=2 expandtab:

Contact - Imprint