[Yt-svn] yt-commit r467 - trunk/yt/lagos
    mturk at wrangler.dreamhost.com 
    mturk at wrangler.dreamhost.com
       
    Tue May 13 14:42:08 PDT 2008
    
    
  
Author: mturk
Date: Tue May 13 14:42:07 2008
New Revision: 467
URL: http://yt.spacepope.org/changeset/467
Log:
Quick reminder for a config option in case of a Projection:FAIL event.
Modified:
   trunk/yt/lagos/BaseDataTypes.py
Modified: trunk/yt/lagos/BaseDataTypes.py
==============================================================================
--- trunk/yt/lagos/BaseDataTypes.py	(original)
+++ trunk/yt/lagos/BaseDataTypes.py	Tue May 13 14:42:07 2008
@@ -858,6 +858,7 @@
             if not self._check_region and self.__retval_coords[grid1.id][0].size != 0:
                 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])
         pbar.finish()
 
    
    
More information about the yt-svn
mailing list