[Yt-svn] commit/yt: MatthewTurk: Fixing error in test runner

Bitbucket commits-noreply at bitbucket.org
Thu Oct 13 04:58:40 PDT 2011


1 new changeset in yt:

http://bitbucket.org/yt_analysis/yt/changeset/ad588d3a59c0/
changeset:   ad588d3a59c0
branch:      yt
user:        MatthewTurk
date:        2011-10-13 13:58:01
summary:     Fixing error in test runner
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 07:58:01 2011 -0400
@@ -63,7 +63,7 @@
         self.current_shape = current_shape
 
     def __repr__(self):
-        return "Shape Mismatch: old_buffer %s, current_buffer %0.5e" % (
+        return "Shape Mismatch: old_buffer %s, current_buffer %s" % (
             self.old_shape, self.current_shape)
 
 class RegressionTest(object):

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