[Yt-svn] commit/yt: sskory: Adding a couple missing small things I've come across today with

Bitbucket commits-noreply at bitbucket.org
Fri Nov 4 12:22:44 PDT 2011


1 new commit in yt:


https://bitbucket.org/yt_analysis/yt/changeset/81b4c90cb504/
changeset:   81b4c90cb504
branch:      yt
user:        sskory
date:        2011-11-04 20:22:09
summary:     Adding a couple missing small things I've come across today with
the halo merger tree and the boolean regions.
affected #:  2 files

diff -r 55318bd3ca93c8664a336bf016ade7aff6b22bae -r 81b4c90cb5042468eb70891d72cbaaa9ea689937 yt/analysis_modules/halo_merger_tree/merger_tree.py
--- a/yt/analysis_modules/halo_merger_tree/merger_tree.py
+++ b/yt/analysis_modules/halo_merger_tree/merger_tree.py
@@ -31,7 +31,7 @@
 from yt.funcs import *
 
 from yt.analysis_modules.halo_finding.halo_objects import \
-    FOFHaloFinder, HaloFinder
+    FOFHaloFinder, HaloFinder, parallelHF
 from yt.analysis_modules.halo_profiler.multi_halo_profiler import \
     HaloProfiler
 from yt.convenience import load


diff -r 55318bd3ca93c8664a336bf016ade7aff6b22bae -r 81b4c90cb5042468eb70891d72cbaaa9ea689937 yt/data_objects/data_containers.py
--- a/yt/data_objects/data_containers.py
+++ b/yt/data_objects/data_containers.py
@@ -3455,6 +3455,7 @@
         self._cut_masks = {}
         self._get_all_regions()
         self._make_overlaps()
+        self._get_list_of_grids()
     
     def _get_all_regions(self):
         # Before anything, we simply find out which regions are involved in all

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