[Yt-svn] commit/yt: sskory: Removing errant comment.

Bitbucket commits-noreply at bitbucket.org
Tue Oct 25 09:59:21 PDT 2011


1 new commit in yt:


https://bitbucket.org/yt_analysis/yt/changeset/a2c6c2623a73/
changeset:   a2c6c2623a73
branch:      yt
user:        sskory
date:        2011-10-25 18:58:40
summary:     Removing errant comment.
affected #:  1 file

diff -r a747f285f152e8394d332fbd72ebe15b88fe1d10 -r a2c6c2623a73cecef02b3ced7b6baf414bf2fe5f yt/utilities/parallel_tools/parallel_analysis_interface.py
--- a/yt/utilities/parallel_tools/parallel_analysis_interface.py
+++ b/yt/utilities/parallel_tools/parallel_analysis_interface.py
@@ -493,8 +493,6 @@
             offsets = na.add.accumulate(na.concatenate([[0], sizes]))[:-1]
             arr_size = self.comm.allreduce(size, op=MPI.SUM)
             data = self.alltoallv_array(data, arr_size, offsets, sizes)
-            # We want this to behave like an actual concatenate so we'll
-            # eliminate extra zeros that get added.
             return data
         elif datatype == "list" and op == "cat":
             if self.comm.rank == 0:

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