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

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


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/a776fb24e2cd/
Changeset:   a776fb24e2cd
Branch:      yt
User:        ngoldbaum
Date:        2016-03-24 16:49:11+00:00
Summary:     Fix copy/paste error in to_frb method. Closes #1023.
Affected #:  1 file

diff -r 10bf552980ab547ece30ab77e8ccd522d440a74e -r a776fb24e2cdb1d0065a9a3b0c1aa28b55bd300c 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


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/1991b50c/attachment.html>


More information about the yt-svn mailing list