[yt-svn] commit/yt: chummels: Merged in ngoldbaum/yt (pull request #2074)

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Sat Mar 26 07:56:25 PDT 2016


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/e1341764121a/
Changeset:   e1341764121a
Branch:      yt
User:        chummels
Date:        2016-03-26 14:56:20+00:00
Summary:     Merged in ngoldbaum/yt (pull request #2074)

Fix copy/paste error in to_frb method. Closes #1023.
Affected #:  1 file

diff -r a776e67368c5629296b1e365dfca0b68b41ef1d5 -r e1341764121a45280be5b5c15e0e652901b9340d yt/data_objects/data_containers.py
--- a/yt/data_objects/data_containers.py
+++ b/yt/data_objects/data_containers.py
@@ -1439,7 +1439,7 @@
             height = width
         elif iterable(height):
             h, u = height
-            height = self.ds.quan(w, input_units = u)
+            height = self.ds.quan(h, input_units = u)
         if not iterable(resolution):
             resolution = (resolution, resolution)
         from yt.visualization.fixed_resolution import FixedResolutionBuffer

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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.spacepope.org/pipermail/yt-svn-spacepope.org/attachments/20160326/5ef829c3/attachment.htm>


More information about the yt-svn mailing list