[Yt-svn] yt: 2 new changesets

hg at spacepope.org hg at spacepope.org
Wed Nov 24 00:07:16 PST 2010


hg Repository: yt
details:   yt/rev/c3ce6e76635c
changeset: 3556:c3ce6e76635c
user:      Sam Skillman <sam.skillman at gmail.com>
date:
Wed Nov 24 01:01:35 2010 -0700
description:
This was causing a bug in the traversal when the dataset had a single
grid.  Now the move to the parent grid occurs at the top of the loop
after the check that the entire volume is done.

hg Repository: yt
details:   yt/rev/222589d1ed61
changeset: 3557:222589d1ed61
user:      Sam Skillman <sam.skillman at gmail.com>
date:
Wed Nov 24 01:07:04 2010 -0700
description:
merging.

diffstat:

 doc/install_script.sh                 |  2 +-
 yt/utilities/amr_kdtree/amr_kdtree.py |  1 -
 2 files changed, 1 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 12374e621afd -r 222589d1ed61 doc/install_script.sh
--- a/doc/install_script.sh	Tue Nov 23 15:50:58 2010 -0500
+++ b/doc/install_script.sh	Wed Nov 24 01:07:04 2010 -0700
@@ -353,7 +353,7 @@
     then
         # Note that we clone the entire repository, not just the branch in
         # question.  We update to the correct branch momentarily...
-        ( ${HG_EXEC} clone http://hg.enzotools.org/yt/ ./yt-hg 2>&1 ) 1>> ${LOG_FILE}
+        ( ${HG_EXEC} --debug clone --pull http://hg.enzotools.org/yt/ ./yt-hg 2>&1 ) 1>> ${LOG_FILE}
         YT_DIR="$PWD/yt-hg/"
         ( ${HG_EXEC} up -R ${YT_DIR} -C ${BRANCH} 2>&1 ) 1>> ${LOG_FILE}
     elif [ -e yt-hg ] 
diff -r 12374e621afd -r 222589d1ed61 yt/utilities/amr_kdtree/amr_kdtree.py
--- a/yt/utilities/amr_kdtree/amr_kdtree.py	Tue Nov 23 15:50:58 2010 -0500
+++ b/yt/utilities/amr_kdtree/amr_kdtree.py	Wed Nov 24 01:07:04 2010 -0700
@@ -767,7 +767,6 @@
                     my_total += current_node['cost']
                 total_cells += current_node['cost']
                 current_node['cast_done'] = 1
-                current_id = _parent_id(current_id)
         return p_grids
 
     def initialize_source(self):



More information about the yt-svn mailing list