diff options
author | ranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc> | 2006-05-23 08:25:16 +0000 |
---|---|---|
committer | ranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc> | 2006-05-23 08:25:16 +0000 |
commit | ccd54663243aed9869862190dbf69401e36a8108 (patch) | |
tree | 0aca89d47e42dc7a8ac39a58bf3fc040bcc36507 /tests/pyrithione.R | |
parent | 4d60b8ed0236af9227db79bf062f2381e683cc4a (diff) |
Only print 5 digits in the tests, since I get some differences
in the last digits between amd64 and i386.
git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@81 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 f05988d..d78492d 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")) -rpyr +print(rpyr,digits=5) |