[yt-svn] commit/yt: MatthewTurk: Setting grid_eps to zero to back out PR 1174 in part.
    commits-noreply at bitbucket.org 
    commits-noreply at bitbucket.org
       
    Tue Sep  2 16:48:39 PDT 2014
    
    
  
1 new commit in yt:
https://bitbucket.org/yt_analysis/yt/commits/627128ec2f64/
Changeset:   627128ec2f64
Branch:      yt
User:        MatthewTurk
Date:        2014-09-03 01:47:12
Summary:     Setting grid_eps to zero to back out PR 1174 in part.
Affected #:  1 file
diff -r 35f68c6d1808a977a5bfbb996b106bc3f074d990 -r 627128ec2f64d997bebfa5b40da835a977af4814 yt/geometry/selection_routines.pyx
--- a/yt/geometry/selection_routines.pyx
+++ b/yt/geometry/selection_routines.pyx
@@ -39,6 +39,7 @@
 # use this as an epsilon test for grids aligned with selector
 # define here to avoid the gil later
 cdef np.float64_t grid_eps = np.finfo(np.float64).eps
+grid_eps = 0.0
 
 # These routines are separated into a couple different categories:
 #
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