[yt-svn] commit/yt: samskillman: Backed out changeset 97d44dd469ec. Turns out as long as you are running with an updated h5py, this is not an issue. If you have problems, make sure the h5py is up to date.

Bitbucket commits-noreply at bitbucket.org
Wed Feb 15 10:59:49 PST 2012


1 new commit in yt:


https://bitbucket.org/yt_analysis/yt/changeset/f70a79de13b6/
changeset:   f70a79de13b6
branch:      yt
user:        samskillman
date:        2012-02-15 19:55:26
summary:     Backed out changeset 97d44dd469ec.  Turns out as long as you are running with an updated h5py, this is not an issue.  If you have problems, make sure the h5py is up to date.
affected #:  1 file

diff -r 97d44dd469ec6aa2c130a9e009c3adcb6a9a74c7 -r f70a79de13b6ffe8f9e4c466ff62b62846563071 yt/data_objects/hierarchy.py
--- a/yt/data_objects/hierarchy.py
+++ b/yt/data_objects/hierarchy.py
@@ -316,7 +316,7 @@
             return None
         if node[0] != "/": node = "/%s" % node
 
-        myGroup = self._data_file['.']
+        myGroup = self._data_file['/']
         for group in node.split('/'):
             if group:
                 if group not in myGroup:

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