[yt-svn] commit/yt: ngoldbaum: fix copy/paste error in uhstack function

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Sat May 7 09:13:33 PDT 2016


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/7f7ccbc9329e/
Changeset:   7f7ccbc9329e
Branch:      yt
User:        ngoldbaum
Date:        2016-05-07 01:20:44+00:00
Summary:     fix copy/paste error in uhstack function
Affected #:  1 file

diff -r 80ec1ac414a7652791eed06469dc4104ff0c556b -r 7f7ccbc9329e14578e120835c0365f2e271e72cf yt/units/yt_array.py
--- a/yt/units/yt_array.py
+++ b/yt/units/yt_array.py
@@ -1438,7 +1438,7 @@
 
     This is a wrapper around np.hstack that preserves units.
     """
-    v = np.vstack(arrs)
+    v = np.hstack(arrs)
     v = validate_numpy_wrapper_units(v, arrs)
     return v

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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.spacepope.org/pipermail/yt-svn-spacepope.org/attachments/20160507/0812c1d5/attachment-0001.html>


More information about the yt-svn mailing list