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

Bitbucket commits-noreply at bitbucket.org
Mon Feb 20 18:04:17 PST 2012


2 new commits in yt:


https://bitbucket.org/yt_analysis/yt/changeset/c8e5d854e59e/
changeset:   c8e5d854e59e
branch:      yt
user:        MatthewTurk
date:        2012-02-21 03:03:35
summary:     Removing print statement.
affected #:  1 file

diff -r d3ce12ae7a52a0cdb7766155a46473e797236b3d -r c8e5d854e59e6f865c29dbc8461499be3595c3fb yt/data_objects/data_containers.py
--- a/yt/data_objects/data_containers.py
+++ b/yt/data_objects/data_containers.py
@@ -3613,7 +3613,6 @@
         input_right = (self._old_global_endindex - 0.5) * rf
         output_left = self.global_startindex + 0.5
         output_right = self.global_endindex - 0.5
-        print input_left, input_right, output_left, output_right
         output_dims = (output_right - output_left + 1).astype('int32')
 
         self._cur_dims = output_dims



https://bitbucket.org/yt_analysis/yt/changeset/6c96a5d7052a/
changeset:   6c96a5d7052a
branch:      yt
user:        MatthewTurk
date:        2012-02-21 03:04:07
summary:     Merging.
affected #:  1 file

diff -r c8e5d854e59e6f865c29dbc8461499be3595c3fb -r 6c96a5d7052a50928198ba392e73b8c093a73867 yt/visualization/profile_plotter.py
--- a/yt/visualization/profile_plotter.py
+++ b/yt/visualization/profile_plotter.py
@@ -340,6 +340,8 @@
             func = na.log10
         else:
             func = lambda a: a
+        raw_data = na.repeat(raw_data, 3, axis=0)
+        raw_data = na.repeat(raw_data, 3, axis=1)
         to_plot = apply_colormap(raw_data, self.plot.cbar.bounds,
                                  self.plot.cbar.cmap, func)
         if self.plot.cbar.scale == 'log':

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