[Yt-svn] yt: Including h5py import for profiles.

hg at spacepope.org hg at spacepope.org
Mon Oct 25 19:50:16 PDT 2010


hg Repository: yt
details:   yt/rev/8047f96ee383
changeset: 3461:8047f96ee383
user:      John Wise <jwise at astro.princeton.edu>
date:
Mon Oct 25 17:28:49 2010 -0400
description:
Including h5py import for profiles.

diffstat:

 yt/data_objects/profiles.py |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 14ed6f4a1583 -r 8047f96ee383 yt/data_objects/profiles.py
--- a/yt/data_objects/profiles.py	Mon Oct 25 15:29:43 2010 -0400
+++ b/yt/data_objects/profiles.py	Mon Oct 25 17:28:49 2010 -0400
@@ -25,6 +25,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 """
 
+import h5py
 import numpy as na
 
 from yt.funcs import *



More information about the yt-svn mailing list