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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Wed Jun 8 08:52:11 PDT 2016


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/e72c72f56fb7/
Changeset:   e72c72f56fb7
Branch:      yt
User:        ngoldbaum
Date:        2016-06-08 15:51:51+00:00
Summary:     Merged in MatthewTurk/yt (pull request #2206)

Switch to index values being int64
Affected #:  1 file

diff -r 19438cc7e51d035905e59b765a5031836699534d -r e72c72f56fb7e5922d5d1958636cc0d90372a4cf yt/utilities/lib/alt_ray_tracers.pyx
--- a/yt/utilities/lib/alt_ray_tracers.pyx
+++ b/yt/utilities/lib/alt_ray_tracers.pyx
@@ -101,7 +101,7 @@
                                           rleft, rright, zleft, zright, \
                                           cleft, cright, thetaleft, thetaright, \
                                           tmleft, tpleft, tmright, tpright, tsect
-    cdef np.ndarray[np.intp_t, ndim=1] inds, tinds, sinds
+    cdef np.ndarray[np.int64_t, ndim=1, cast=True] inds, tinds, sinds
     cdef np.ndarray[np.float64_t, ndim=2] xyz, rztheta, ptemp, b1, b2, dsect
 
     # set up  points

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