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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Mon Mar 17 10:42:35 PDT 2014


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/a828ee3f7352/
Changeset:   a828ee3f7352
Branch:      yt-3.0
User:        MatthewTurk
Date:        2014-03-14 13:19:33
Summary:     Adding a call to index for particle filters.  Fixes #803.
Affected #:  1 file

diff -r cc4e15d9f4d95b558690cd94e4f74b30bed6a02b -r a828ee3f7352034e212f795ada3ea4ba496e3a95 yt/data_objects/static_output.py
--- a/yt/data_objects/static_output.py
+++ b/yt/data_objects/static_output.py
@@ -355,6 +355,8 @@
         rv = self.field_info.find_dependencies(new_fields)
 
     def add_particle_filter(self, filter):
+        # This requires an index
+        self.index
         # This is a dummy, which we set up to enable passthrough of "all"
         # concatenation fields.
         n = getattr(filter, "name", filter)


https://bitbucket.org/yt_analysis/yt/commits/a6c02d0eb17f/
Changeset:   a6c02d0eb17f
Branch:      yt-3.0
User:        ngoldbaum
Date:        2014-03-17 18:42:29
Summary:     Merged in MatthewTurk/yt/yt-3.0 (pull request #721)

Adding a call to index for particle filters.  Fixes #803.
Affected #:  1 file

diff -r c1fa5b0b65e9025d2f686e1f8464d6b343dff4ed -r a6c02d0eb17fabb3b030140b93493c5abbd8507b yt/data_objects/static_output.py
--- a/yt/data_objects/static_output.py
+++ b/yt/data_objects/static_output.py
@@ -363,6 +363,8 @@
         rv = self.field_info.find_dependencies(new_fields)
 
     def add_particle_filter(self, filter):
+        # This requires an index
+        self.index
         # This is a dummy, which we set up to enable passthrough of "all"
         # concatenation fields.
         n = getattr(filter, "name", filter)

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