[yt-svn] commit/yt: MatthewTurk: These two were missed when local_only was added.

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Wed Apr 2 13:55:03 PDT 2014


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/9d801c404e78/
Changeset:   9d801c404e78
Branch:      yt-3.0
User:        MatthewTurk
Date:        2014-04-02 22:54:35
Summary:     These two were missed when local_only was added.
Affected #:  2 files

diff -r 03495f8bb68d7f73a5318948eb35c2798042db38 -r 9d801c404e78bbe31d7680e6e5cb3a9d03da6c7d yt/geometry/particle_geometry_handler.py
--- a/yt/geometry/particle_geometry_handler.py
+++ b/yt/geometry/particle_geometry_handler.py
@@ -163,7 +163,7 @@
                 g = og
             yield YTDataChunk(dobj, "spatial", [g])
 
-    def _chunk_io(self, dobj, cache = True):
+    def _chunk_io(self, dobj, cache = True, local_only = False):
         oobjs = getattr(dobj._current_chunk, "objs", dobj._chunk_info)
         for subset in oobjs:
             yield YTDataChunk(dobj, "io", [subset], None, cache = cache)

diff -r 03495f8bb68d7f73a5318948eb35c2798042db38 -r 9d801c404e78bbe31d7680e6e5cb3a9d03da6c7d yt/geometry/unstructured_mesh_handler.py
--- a/yt/geometry/unstructured_mesh_handler.py
+++ b/yt/geometry/unstructured_mesh_handler.py
@@ -86,7 +86,7 @@
             if size == 0: continue
             yield YTDataChunk(dobj, "spatial", [g], size)
 
-    def _chunk_io(self, dobj, cache = True):
+    def _chunk_io(self, dobj, cache = True, local_only = False):
         oobjs = getattr(dobj._current_chunk, "objs", dobj._chunk_info)
         for subset in oobjs:
             s = self._count_selection(dobj, oobjs)

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.



More information about the yt-svn mailing list