[Yt-svn] commit/yt: MatthewTurk: Fixing another output error

Bitbucket commits-noreply at bitbucket.org
Thu Oct 13 05:46:48 PDT 2011


1 new changeset in yt:

http://bitbucket.org/yt_analysis/yt/changeset/c0494f6ac7b6/
changeset:   c0494f6ac7b6
branch:      yt
user:        MatthewTurk
date:        2011-10-13 14:46:35
summary:     Fixing another output error
affected #:  1 file (-1 bytes)

--- a/yt/utilities/answer_testing/output_tests.py	Thu Oct 13 07:58:01 2011 -0400
+++ b/yt/utilities/answer_testing/output_tests.py	Thu Oct 13 08:46:35 2011 -0400
@@ -49,12 +49,12 @@
         self.acceptable = acceptable
 
     def __repr__(self):
-        return "ValueDelta: Delta %0.5e, max of %0.5e" % (
+        return "ValueDelta: Delta %s, max of %s" % (
             self.delta, self.acceptable)
 
 class ArrayDelta(ValueDelta):
     def __repr__(self):
-        return "ArrayDelta: Delta %0.5e, max of %0.5e" % (
+        return "ArrayDelta: Delta %s, max of %s" % (
             self.delta, self.acceptable)
 
 class ShapeMismatch(RegressionTestException):

Repository URL: https://bitbucket.org/yt_analysis/yt/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the yt-svn mailing list