[yt-svn] commit/yt: MatthewTurk: Disabling dynamic=True for now in TimeSeriesData.

Bitbucket commits-noreply at bitbucket.org
Mon Jul 23 11:52:01 PDT 2012


1 new commit in yt:


https://bitbucket.org/yt_analysis/yt/changeset/183a7a26a0e3/
changeset:   183a7a26a0e3
branch:      yt
user:        MatthewTurk
date:        2012-07-23 20:51:45
summary:     Disabling dynamic=True for now in TimeSeriesData.
affected #:  1 file

diff -r 7001ce65f74775eee49b0437dc75b866423ea143 -r 183a7a26a0e376840e37ec0d0f990124b3ca2584 yt/data_objects/time_series.py
--- a/yt/data_objects/time_series.py
+++ b/yt/data_objects/time_series.py
@@ -109,7 +109,8 @@
     def __len__(self):
         return len(self._pre_outputs)
 
-    def piter(self, storage = None, dynamic = False):
+    def piter(self, storage = None):
+        dynamic = False
         if self.parallel == False:
             njobs = 1
         else:

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