[yt-svn] commit/yt: ngoldbaum: Removing an unnecessary transpose.

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Tue Apr 8 04:04:57 PDT 2014


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/689fca64a184/
Changeset:   689fca64a184
Branch:      yt-3.0
User:        ngoldbaum
Date:        2014-04-08 02:55:11
Summary:     Removing an unnecessary transpose.
Affected #:  1 file

diff -r f4838a2165c038735b8f638a869a967e30348b99 -r 689fca64a1840a993c017e2578eb3c5412cd4c38 yt/visualization/fixed_resolution.py
--- a/yt/visualization/fixed_resolution.py
+++ b/yt/visualization/fixed_resolution.py
@@ -126,7 +126,7 @@
             bounds.append(b)
         buff = self.pf.coordinates.pixelize(self.data_source.axis,
             self.data_source, item, bounds, self.buff_size,
-            int(self.antialias)).transpose()
+            int(self.antialias))
         # Need to add _period and self.periodic
         # self._period, int(self.periodic)
         ia = ImageArray(buff, input_units=self.data_source[item].units,

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