<html><body>
<p>1 new commit in yt:</p>
<p><a href="http://link.bitbucket.org/wf/click?upn=8USRlNyft-2BCzk2l4Ywl6gDx2lD2xxoS9E7MwXb2SMR-2BXcTD42YocdnOFkyGBVHOUisCQzmtM-2Fe-2Fn5iBt0yYdbiV-2FjjMKXUWGPhMktG813qI-3D_ll4ctv0L-2ByeRZFC1LslHcg6aJmnQ70VruLbmeLQr27AHrcxgPUY2cpQqL2k055C8HjMYlrkJAF3T3FZOByb4apDRXoRSFXt1R5wft36y9v8tJ44c6SoQkWRPC4NJyV-2BdkPHwFTo0nyNjSnO7x8uRT7Z2-2BG-2Fbkf5z3o0n6TL8SSbd8lB2Hn9JBv3O40MUWh2HxvJWmJkvNOm3YaerUuTCHxG4Kfp8gEJVBROFNg7NNCw-3D">https://bitbucket.org/yt_analysis/yt/commits/1db948002e45/</a> Changeset:   1db948002e45 Branch:      yt User:        MatthewTurk Date:        2016-03-23 18:11:42+00:00 Summary:     Really, we want to sum this up, not just set it. Affected #:  1 file</p>
<p>diff -r de823c10fed9f0b5fd4acf0512c45fc7d9cc491a -r 1db948002e4548dd500f04ccbad4f0a7cff3d287 yt/utilities/lib/pixelization_routines.pyx --- a/yt/utilities/lib/pixelization_routines.pyx +++ b/yt/utilities/lib/pixelization_routines.pyx @@ -261,7 +261,7 @@</p>
<pre>fabs(ysp - cy) * 0.95 > dysp or \
fabs(zsp - cz) * 0.95 > dzsp:
 continue</pre>
<ul><li><p>mask[i, j] = 1</p></li></ul>
<p>+                    mask[i, j] += 1</p>
<pre>my_array[i, j] += dsp
     my_array /= mask
     return my_array</pre>
<p>Repository URL: <a href="http://link.bitbucket.org/wf/click?upn=8USRlNyft-2BCzk2l4Ywl6gDx2lD2xxoS9E7MwXb2SMR-2BI0v8SbQq-2B8-2FZaaHaJT85r_ll4ctv0L-2ByeRZFC1LslHcg6aJmnQ70VruLbmeLQr27AHrcxgPUY2cpQqL2k055C8HjMYlrkJAF3T3FZOByb4atVO2ONaoseMJVfmn1tMN86uUejb0QRqO75LAzOR3YQCKweCY2YvDkhr8krfiIYRwRl3q0QVfRXAK3T5LfAOQS71J4t53nP-2FLIbwGm0a-2Bm252o2FpUyysDgjUe4viewkdb4Xfx9UU-2BrHWa07a-2BaCi3c-3D">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-2ByeRZFC1LslHcg6aJmnQ70VruLbmeLQr27AHrcxgPUY2cpQqL2k055C8HjMYlrkJAF3T3FZOByb4ahsF6094isQRL1mWfVYfhyE0faDzU3U7-2FoamuzOJUop1l-2FugntzdNCfGqO0o-2B7TT1vM0srdmSBDTspe-2BjM04-2B-2FfXP505YjK8POc-2B6SW5j89ktk10RGaEKAieiLcvgrvdq2KhzHhL9Wmg59xJpH5bcfY-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>