[Yt-svn] commit/yt: sskory: Fixing typo.

Bitbucket commits-noreply at bitbucket.org
Thu Oct 20 08:02:36 PDT 2011


1 new changeset in yt:

http://bitbucket.org/yt_analysis/yt/changeset/322fe24bb0cb/
changeset:   322fe24bb0cb
branch:      yt
user:        sskory
date:        2011-10-20 17:02:14
summary:     Fixing typo.
affected #:  1 file (-1 bytes)

--- a/yt/analysis_modules/halo_profiler/multi_halo_profiler.py	Thu Oct 20 09:19:44 2011 -0400
+++ b/yt/analysis_modules/halo_profiler/multi_halo_profiler.py	Thu Oct 20 09:02:14 2011 -0600
@@ -500,7 +500,7 @@
         updated_halos.sort(key = lambda a:a['id'])
         self.all_halos = updated_halos
 
-        self.filtered_halos = self.comm.par_combine_object(self.filtered_halos)
+        self.filtered_halos = self.comm.par_combine_object(self.filtered_halos,
                             datatype="list", op="cat")
         self.filtered_halos.sort(key = lambda a:a['id'])

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