<html><body>
<p>2 new commits in yt:</p>
<p><a href="https://bitbucket.org/yt_analysis/yt/commits/764a4c4c0fc8/">https://bitbucket.org/yt_analysis/yt/commits/764a4c4c0fc8/</a> Changeset:   764a4c4c0fc8 Branch:      yt User:        ngoldbaum Date:        2016-03-24 20:03:34+00:00 Summary:     Ensure particle dataset max_level is consistent with the index max_level. Closes # 992 Affected #:  1 file</p>
<p>diff -r 49e7f3e3aa0dd471bcfb6b350af8c9ca8b18e760 -r 764a4c4c0fc8b94e3654e365dc31f31fcc90ccb7 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><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-2ByeRZFC1LslHcg6aJmnQ70VruLbmeLQr27CdeD3QctAg8CZ1kCzoZkrUSPyueI60bm-2BuB2Do7OtGasnGrneglRtH2X6KPHrzLH4ITYGPuQn1eDBnny3cyUrex-2BkHT8mu-2B1U0U3Q1dtsP-2F3GnYaHDOwEHX69euVfLutqNNkFyP1isKmx3mC9-2FMcuzN-2FSJKPbincDw0MZI9U9jeS0fdy15Aj-2B8LwDbTHZHd6s-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>