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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Fri Nov 14 11:17:15 PST 2014


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/7776edc3f5f5/
Changeset:   7776edc3f5f5
Branch:      stable
User:        ejtasker
Date:        2014-11-14 08:29:05+00:00
Summary:     small correction to time_series_analysis.py
Affected #:  1 file

diff -r 7a0e5983e8a4efbf37b2a92b6a7d7fce7a4c5402 -r 7776edc3f5f5247d6b114a347b80f5ff6e6d71f8 doc/source/analyzing/time_series_analysis.rst
--- a/doc/source/analyzing/time_series_analysis.rst
+++ b/doc/source/analyzing/time_series_analysis.rst
@@ -50,7 +50,7 @@
 .. code-block:: python
 
    import yt
-   ts = DatasetSeries(["DD0030/DD0030", "DD0040/DD0040")
+   ts = yt.DatasetSeries(["DD0030/DD0030", "DD0040/DD0040")
 
 Analyzing Each Dataset In Sequence
 ----------------------------------


https://bitbucket.org/yt_analysis/yt/commits/1295bef6d31e/
Changeset:   1295bef6d31e
Branch:      stable
User:        xarthisius
Date:        2014-11-14 19:17:03+00:00
Summary:     Merged in ejtasker/yt/stable (pull request #1305)

Correction to time-series-analysis
Affected #:  1 file

diff -r a119d0a54bfeb84f0be77c0bd08d5099fc9d956b -r 1295bef6d31e07097419ea40a1427c35b960be54 doc/source/analyzing/time_series_analysis.rst
--- a/doc/source/analyzing/time_series_analysis.rst
+++ b/doc/source/analyzing/time_series_analysis.rst
@@ -50,7 +50,7 @@
 .. code-block:: python
 
    import yt
-   ts = DatasetSeries(["DD0030/DD0030", "DD0040/DD0040")
+   ts = yt.DatasetSeries(["DD0030/DD0030", "DD0040/DD0040")
 
 Analyzing Each Dataset In Sequence
 ----------------------------------

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