[Yt-svn] yt: Removing pdb trace.

hg at spacepope.org hg at spacepope.org
Thu Dec 2 09:28:09 PST 2010


hg Repository: yt
details:   yt/rev/24a7f078f059
changeset: 3568:24a7f078f059
user:      Matthew Turk <matthewturk at gmail.com>
date:
Thu Dec 02 09:27:58 2010 -0800
description:
Removing pdb trace.

diffstat:

 yt/visualization/volume_rendering/transfer_functions.py |  1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diffs (11 lines):

diff -r a9d11f0d1213 -r 24a7f078f059 yt/visualization/volume_rendering/transfer_functions.py
--- a/yt/visualization/volume_rendering/transfer_functions.py	Thu Dec 02 07:08:49 2010 -0800
+++ b/yt/visualization/volume_rendering/transfer_functions.py	Thu Dec 02 09:27:58 2010 -0800
@@ -557,7 +557,6 @@
             vals = na.interp(hvals, f.x, f.y)
             image[:,:,i] = (vals[:,None] * 255).astype('uint8')
         image = image[::-1,:,:]
-        import pdb; pdb.set_trace()
         return image
 
 class ProjectionTransferFunction(MultiVariateTransferFunction):



More information about the yt-svn mailing list