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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Fri Apr 18 12:35:23 PDT 2014


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/ac816ee5bea7/
Changeset:   ac816ee5bea7
Branch:      yt-3.0
User:        ngoldbaum
Date:        2014-04-18 21:33:20
Summary:     Re-adding run_nose to yt.__init__
Affected #:  1 file

diff -r ceff32eb3b9ffea19fa635ae58e3b3fd1c01681e -r ac816ee5bea70ab51e8d0466d4b778b9918e52fe yt/__init__.py
--- a/yt/__init__.py
+++ b/yt/__init__.py
@@ -154,6 +154,9 @@
 from yt.convenience import \
     load, simulation
 
+from yt.testing import \
+    run_nose
+
 # Import some helpful math utilities
 from yt.utilities.math_utils import \
     ortho_find, quartiles, periodic_position


https://bitbucket.org/yt_analysis/yt/commits/b493d3104e7d/
Changeset:   b493d3104e7d
Branch:      yt-3.0
User:        MatthewTurk
Date:        2014-04-18 21:35:17
Summary:     Merged in ngoldbaum/yt/yt-3.0 (pull request #842)

Re-adding run_nose to yt.__init__
Affected #:  1 file

diff -r 403fc41a9fb7bec06f54c4ea27e2183eff048654 -r b493d3104e7d28f63e3233c6ff425a582ee628cc yt/__init__.py
--- a/yt/__init__.py
+++ b/yt/__init__.py
@@ -154,6 +154,9 @@
 from yt.convenience import \
     load, simulation
 
+from yt.testing import \
+    run_nose
+
 # Import some helpful math utilities
 from yt.utilities.math_utils import \
     ortho_find, quartiles, periodic_position

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