diff options
author | ranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc> | 2006-05-23 08:31:53 +0000 |
---|---|---|
committer | ranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc> | 2006-05-23 08:31:53 +0000 |
commit | 49ec9e0cac81bdade523db3fcc54d2f07e7f469f (patch) | |
tree | ff78353dbeae96e9cc7f116a1a648dac409b3f63 /tests/pyrithione.R | |
parent | ccd54663243aed9869862190dbf69401e36a8108 (diff) |
Further reduced the digits in the pyrithione test,
since it still differed between amd64 and i386.
git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@82 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
Diffstat (limited to 'tests/pyrithione.R')
-rw-r--r-- | tests/pyrithione.R | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pyrithione.R b/tests/pyrithione.R index d78492d..baec676 100644 --- a/tests/pyrithione.R +++ b/tests/pyrithione.R @@ -1,4 +1,4 @@ library(drfit) data(pyrithione) rpyr <- drfit(pyrithione,linlogit=TRUE,linlogitWrong=c("MSPT","MSPHI")) -print(rpyr,digits=5) +print(rpyr,digits=3) |