[yt-svn] commit/yt: brittonsmith: SimulationTimeSeries no longer fails if there are no time outputs.

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Mon Sep 9 08:23:41 PDT 2013


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/fece1b2549ab/
Changeset:   fece1b2549ab
Branch:      yt
User:        brittonsmith
Date:        2013-09-09 17:15:47
Summary:     SimulationTimeSeries no longer fails if there are no time outputs.
Affected #:  1 file

diff -r d4719f9988525d3f4502f33b04786fd948e23d34 -r fece1b2549ab3943adbb8e9a113277826593a99d yt/data_objects/time_series.py
--- a/yt/data_objects/time_series.py
+++ b/yt/data_objects/time_series.py
@@ -347,6 +347,7 @@
         # Figure out the starting and stopping times and redshift.
         self._calculate_simulation_bounds()
         # Get all possible datasets.
+        self.all_time_outputs = []
         self._get_all_outputs(find_outputs=find_outputs)
         
         self.print_key_parameters()

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