[yt-svn] commit/yt: MatthewTurk: Merging bugfix

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Fri Mar 1 10:38:56 PST 2013


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/c5d002a39ba7/
changeset:   c5d002a39ba7
branch:      stable
user:        MatthewTurk
date:        2013-03-01 19:38:40
summary:     Merging bugfix
affected #:  1 file

diff -r f62b52c5f89b4eec4b0e90a304238f40cfd8f879 -r c5d002a39ba7f41c62a1bdf97a7e2212b9facd55 yt/visualization/plot_modifications.py
--- a/yt/visualization/plot_modifications.py
+++ b/yt/visualization/plot_modifications.py
@@ -356,7 +356,7 @@
             pxs, pys = np.mgrid[0:0:1j,0:0:1j]
         GLE = plot.data.grid_left_edge
         GRE = plot.data.grid_right_edge
-        grid_levels = plot.data.grid_levels
+        grid_levels = plot.data.grid_levels[:,0]
         min_level = self.min_level
         max_level = self.max_level
         if min_level is None:

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