<html><body>
<p>1 new commit in yt:</p>
<p><a href="https://bitbucket.org/yt_analysis/yt/commits/299e448d9110/">https://bitbucket.org/yt_analysis/yt/commits/299e448d9110/</a> Changeset:   299e448d9110 Branch:      yt User:        MatthewTurk Date:        2016-03-27 21:29:30+00:00 Summary:     Merged in ngoldbaum/yt (pull request #2079)</p>
<p>Ensure particle dataset max_level is consistent with the index max_level. Closes #992 Affected #:  1 file</p>
<p>diff -r e1341764121a45280be5b5c15e0e652901b9340d -r 299e448d91100b7009f3d95e7ee5409a07cbac9c yt/geometry/particle_geometry_handler.py --- a/yt/geometry/particle_geometry_handler.py +++ b/yt/geometry/particle_geometry_handler.py @@ -77,6 +77,7 @@</p>
<pre>self._initialize_indices()
self.oct_handler.finalize()
self.max_level = self.oct_handler.max_level</pre>
<p>+        self.dataset.max_level = self.max_level</p>
<pre>tot = sum(self.oct_handler.recursively_count().values())
only_on_root(mylog.info, "Identified %0.3e octs", tot)</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-2ByeRZFC1LslHcg6aJmnQ70VruLbmeLQr27BxfmDmaL2wvxKhdBBHasrZSmCkaWsaf75G1EjONXm1r3-2FLdpbW1ERrqMYuHXCOuidjvcyJVJA6NC-2FAn36MQRVCYgIOW9bKnUuLk9sO3OrOZfGkJw6QbYEdm2pAuu8zwFmSLC5yBgPYnbWAdRye-2B55FGuVTLibnVuJdrRScs5EqdB35cOIxlYR9XbDco-2FE-2B4L0-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>