[yt-svn] commit/yt: xarthisius: Merged in ngoldbaum/yt (pull request #1767)

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Mon Oct 5 11:23:13 PDT 2015


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/b33ee82ef859/
Changeset:   b33ee82ef859
Branch:      yt
User:        xarthisius
Date:        2015-10-05 18:23:00+00:00
Summary:     Merged in ngoldbaum/yt (pull request #1767)

Fixing test failures on Numpy 1.10
Affected #:  1 file

diff -r 4802fa59d73c068a5241089786e5f4cffc90544e -r b33ee82ef8595c0d015ecf981fa398da9b234897 yt/data_objects/tests/test_compose.py
--- a/yt/data_objects/tests/test_compose.py
+++ b/yt/data_objects/tests/test_compose.py
@@ -20,7 +20,6 @@
     yi = y / min_dx
     zi = z / min_dx
     index = xi + delta[0] * (yi + delta[1] * zi)
-    index = index.astype('int64')
     return index
 
 def test_compose_no_overlap():

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