<html><body>
<p>2 new commits in yt:</p>
<p><a href="https://bitbucket.org/yt_analysis/yt/commits/a776fb24e2cd/">https://bitbucket.org/yt_analysis/yt/commits/a776fb24e2cd/</a> 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</p>
<p>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 @@</p>
<pre>height = width
         elif iterable(height):
h, u = height</pre>
<ul><li><p>height = self.ds.quan(w, input_units = u)</p></li></ul>
<p>+            height = self.ds.quan(h, input_units = u)</p>
<pre>         if not iterable(resolution):
resolution = (resolution, resolution)
         from yt.visualization.fixed_resolution import FixedResolutionBuffer</pre>
<p><a href="https://bitbucket.org/yt_analysis/yt/commits/e1341764121a/">https://bitbucket.org/yt_analysis/yt/commits/e1341764121a/</a> Changeset:   e1341764121a Branch:      yt User:        chummels Date:        2016-03-26 14:56:20+00:00 Summary:     Merged in ngoldbaum/yt (pull request #2074)</p>
<p>Fix copy/paste error in to_frb method. Closes #1023. Affected #:  1 file</p>
<p>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 @@</p>
<pre>height = width
         elif iterable(height):
h, u = height</pre>
<ul><li><p>height = self.ds.quan(w, input_units = u)</p></li></ul>
<p>+            height = self.ds.quan(h, input_units = u)</p>
<pre>         if not iterable(resolution):
resolution = (resolution, resolution)
         from yt.visualization.fixed_resolution import FixedResolutionBuffer</pre>
<p>Repository URL: <a href="https://bitbucket.org/yt_analysis/yt/">https://bitbucket.org/yt_analysis/yt/</a></p>
<p>—</p>
<p>This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.</p>

<img src="http://link.bitbucket.org/wf/open?upn=ll4ctv0L-2ByeRZFC1LslHcg6aJmnQ70VruLbmeLQr27C6W4JzUkDwx5Eu9VV5zUpMUnnVNzxvrS-2Bu9wAid5hU8BgJt6-2BI1oTxbZt6WOAWuDQhAFmJrYajUCBOIVm0lxtOf4mxcx-2BcrxfJBbbHX8E3QmVWHyodYvItyf-2Fvq3OAETZJZ67HTCPQoD0qnBf8ctD5ox0xvk4ORKqxZ3AkqLVIfrFh5qFFpW30sXlXDWA8L2w-3D" alt="" width="1" height="1" border="0" style="height:1px !important;width:1px !important;border-width:0 !important;margin-top:0 !important;margin-bottom:0 !important;margin-right:0 !important;margin-left:0 !important;padding-top:0 !important;padding-bottom:0 !important;padding-right:0 !important;padding-left:0 !important;"/>
</body></html>