[Yt-svn] yt-commit r1001 - trunk/yt/lagos

britton at wrangler.dreamhost.com britton at wrangler.dreamhost.com
Tue Dec 9 20:41:31 PST 2008


Author: britton
Date: Tue Dec  9 20:41:31 2008
New Revision: 1001
URL: http://yt.spacepope.org/changeset/1001

Log:
If node_name is given to a projection, serialization will always happen now.



Modified:
   trunk/yt/lagos/BaseDataTypes.py

Modified: trunk/yt/lagos/BaseDataTypes.py
==============================================================================
--- trunk/yt/lagos/BaseDataTypes.py	(original)
+++ trunk/yt/lagos/BaseDataTypes.py	Tue Dec  9 20:41:31 2008
@@ -892,6 +892,8 @@
             # Override if field cuts are around; we don't want to serialize!
             self._check_region = True
             self._okay_to_serialize = False
+        if self._node_name is not None:
+            self._okay_to_serialize = True
 
     #@time_execution
     def __cache_data(self):



More information about the yt-svn mailing list