[Yt-svn] commit/yt: 2 new changesets

Bitbucket commits-noreply at bitbucket.org
Sat Oct 15 08:51:47 PDT 2011


2 new changesets in yt:

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

--- a/yt/utilities/answer_testing/output_tests.py	Tue Oct 11 20:58:11 2011 -0400
+++ b/yt/utilities/answer_testing/output_tests.py	Thu Oct 13 08:45:22 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):


http://bitbucket.org/yt_analysis/yt/changeset/def544feb40e/
changeset:   def544feb40e
branch:      yt
user:        MatthewTurk
date:        2011-10-15 17:51:27
summary:     No-op merge to get rid of all the changes for parameter file storage etc etc.
affected #:  10 files (-1 bytes)

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