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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Thu Mar 27 07:19:23 PDT 2014


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/d4da59d135bd/
Changeset:   d4da59d135bd
Branch:      yt-3.0
User:        ngoldbaum
Date:        2014-03-27 00:01:55
Summary:     Fix grid callback test not cleaning up after itself.
Affected #:  1 file

diff -r 3a11f1dfd9699f172b1ff73697dacd11302fdd2a -r d4da59d135bd39e2ccd0a436fd5850285e966d0d yt/visualization/tests/test_callbacks.py
--- a/yt/visualization/tests/test_callbacks.py
+++ b/yt/visualization/tests/test_callbacks.py
@@ -163,5 +163,4 @@
         p.annotate_grids(alpha=0.7, min_pix=10, min_pix_ids=30,
             draw_ids=True, periodic=False, min_level=2,
             max_level=3, cmap="gist_stern")
-        p.save()
-
+        p.save(prefix)


https://bitbucket.org/yt_analysis/yt/commits/a8b501fd2fbf/
Changeset:   a8b501fd2fbf
Branch:      yt-3.0
User:        MatthewTurk
Date:        2014-03-27 15:19:12
Summary:     Merged in ngoldbaum/yt/yt-3.0 (pull request #772)

Fix grid callback test not completely cleaning up after itself.
Affected #:  1 file

diff -r 728161e61e539c92b1d47755d7a10c6358cc0d13 -r a8b501fd2fbfcb5d93914e01829c675582055de7 yt/visualization/tests/test_callbacks.py
--- a/yt/visualization/tests/test_callbacks.py
+++ b/yt/visualization/tests/test_callbacks.py
@@ -163,5 +163,4 @@
         p.annotate_grids(alpha=0.7, min_pix=10, min_pix_ids=30,
             draw_ids=True, periodic=False, min_level=2,
             max_level=3, cmap="gist_stern")
-        p.save()
-
+        p.save(prefix)

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