[Yt-svn] yt-commit r1420 - branches/yt-1.5/yt/lagos

britton at wrangler.dreamhost.com britton at wrangler.dreamhost.com
Tue Sep 1 14:56:06 PDT 2009


Author: britton
Date: Tue Sep  1 14:56:05 2009
New Revision: 1420
URL: http://yt.spacepope.org/changeset/1420

Log:
Committing fix for h5py/serialize bug.


Modified:
   branches/yt-1.5/yt/lagos/__init__.py

Modified: branches/yt-1.5/yt/lagos/__init__.py
==============================================================================
--- branches/yt-1.5/yt/lagos/__init__.py	(original)
+++ branches/yt-1.5/yt/lagos/__init__.py	Tue Sep  1 14:56:05 2009
@@ -39,7 +39,7 @@
 try:
     import h5py
 except ImportError:
-    ytcfg["lagos", "serialization"] = "False"
+    ytcfg["lagos", "serialize"] = "False"
     mylog.warning("No h5py. Data serialization disabled.")
 
 from yt.arraytypes import *



More information about the yt-svn mailing list