[Yt-svn] yt-commit r507 - trunk/yt/raven

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Thu May 29 21:28:16 PDT 2008


Author: mturk
Date: Thu May 29 21:28:15 2008
New Revision: 507
URL: http://yt.spacepope.org/changeset/507

Log:
I just realized that this decorator is not around anymore.  Whoops.



Modified:
   trunk/yt/raven/PlotTypes.py

Modified: trunk/yt/raven/PlotTypes.py
==============================================================================
--- trunk/yt/raven/PlotTypes.py	(original)
+++ trunk/yt/raven/PlotTypes.py	Thu May 29 21:28:15 2008
@@ -258,7 +258,6 @@
                         (x0, x1, y0, y1),).transpose()
         return buff
 
-    @print_tb
     def _redraw_image(self, *args):
         self._axes.clear() # To help out the colorbar
         buff = self._get_buff()
@@ -498,7 +497,6 @@
             self.colorbar.set_norm(self.norm)
             self.colorbar.formatter = ttype()
 
-    @print_tb
     def _redraw_image(self):
         vals = self.data[self.fields[2]].transpose()
         used_bin = self.data["UsedBins"].transpose()



More information about the yt-svn mailing list