[Yt-svn] yt-commit r702 - branches/yt-generalization/yt/lagos

joishi at wrangler.dreamhost.com joishi at wrangler.dreamhost.com
Mon Jul 28 14:17:20 PDT 2008


Author: joishi
Date: Mon Jul 28 14:17:19 2008
New Revision: 702
URL: http://yt.spacepope.org/changeset/702

Log:
* restored valueError


Modified:
   branches/yt-generalization/yt/lagos/BaseDataTypes.py

Modified: branches/yt-generalization/yt/lagos/BaseDataTypes.py
==============================================================================
--- branches/yt-generalization/yt/lagos/BaseDataTypes.py	(original)
+++ branches/yt-generalization/yt/lagos/BaseDataTypes.py	Mon Jul 28 14:17:19 2008
@@ -923,7 +923,7 @@
                 mylog.error("Something messed up, and %s still has %s points of data",
                             grid1, self.__retval_coords[grid1.id][0].size)
                 mylog.error("You might try setting the ReconstructHierarchy option in [lagos]")
-                raise ValueError(grid1, self.__retval_coords[grid1.id])
+                #raise ValueError(grid1, self.__retval_coords[grid1.id])
         pbar.finish()
 
     #@time_execution



More information about the yt-svn mailing list