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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Sun Mar 27 14:29:39 PDT 2016


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/764a4c4c0fc8/
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

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 @@
         self._initialize_indices()
         self.oct_handler.finalize()
         self.max_level = self.oct_handler.max_level
+        self.dataset.max_level = self.max_level
         tot = sum(self.oct_handler.recursively_count().values())
         only_on_root(mylog.info, "Identified %0.3e octs", tot)
 


https://bitbucket.org/yt_analysis/yt/commits/299e448d9110/
Changeset:   299e448d9110
Branch:      yt
User:        MatthewTurk
Date:        2016-03-27 21:29:30+00:00
Summary:     Merged in ngoldbaum/yt (pull request #2079)

Ensure particle dataset max_level is consistent with the index max_level. Closes #992
Affected #:  1 file

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 @@
         self._initialize_indices()
         self.oct_handler.finalize()
         self.max_level = self.oct_handler.max_level
+        self.dataset.max_level = self.max_level
         tot = sum(self.oct_handler.recursively_count().values())
         only_on_root(mylog.info, "Identified %0.3e octs", tot)

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/20160327/c9fa7f65/attachment.html>


More information about the yt-svn mailing list