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/IM1xVibrio.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/IM1xVibrio.R')
-rw-r--r-- | tests/IM1xVibrio.R | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/IM1xVibrio.R b/tests/IM1xVibrio.R index ed1a698..8fb23d2 100644 --- a/tests/IM1xVibrio.R +++ b/tests/IM1xVibrio.R @@ -1,4 +1,4 @@ library(drfit) data(IM1xVibrio) rIM1xVibrio <- drfit(IM1xVibrio) -rIM1xVibrio +print(rIM1xVibrio,digits=5) |