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

Bitbucket commits-noreply at bitbucket.org
Wed Apr 27 12:06:00 PDT 2011


2 new changesets in yt:

http://bitbucket.org/yt_analysis/yt/changeset/5775f33c3a43/
changeset:   r4211:5775f33c3a43
branch:      yt
user:        MatthewTurk
date:        2011-04-27 21:02:53
summary:     light_ray tries to import MPI, which can break some systems because they throw
it to the MPI implementation even if on 1 processor.
affected #:  1 file (2 bytes)

--- a/yt/analysis_modules/api.py	Wed Apr 27 11:48:45 2011 -0400
+++ b/yt/analysis_modules/api.py	Wed Apr 27 15:02:53 2011 -0400
@@ -94,8 +94,8 @@
     recursive_bottom_clumps, \
     clump_list_sort
 
-from .light_ray.api import \
-    LightRay
+#from .light_ray.api import \
+#    LightRay
 
 from .light_cone.api import \
     LightCone, \


http://bitbucket.org/yt_analysis/yt/changeset/32b852ea9494/
changeset:   r4212:32b852ea9494
branch:      stable
user:        MatthewTurk
date:        2011-04-27 21:02:53
summary:     light_ray tries to import MPI, which can break some systems because they throw
it to the MPI implementation even if on 1 processor.
affected #:  1 file (2 bytes)

--- a/yt/analysis_modules/api.py	Wed Apr 27 11:28:19 2011 -0400
+++ b/yt/analysis_modules/api.py	Wed Apr 27 15:02:53 2011 -0400
@@ -94,8 +94,8 @@
     recursive_bottom_clumps, \
     clump_list_sort
 
-from .light_ray.api import \
-    LightRay
+#from .light_ray.api import \
+#    LightRay
 
 from .light_cone.api import \
     LightCone, \

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