mailr5946 - /1.3/data/pipe_container.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on April 21, 2008 - 23:47:
Author: bugman
Date: Mon Apr 21 23:47:39 2008
New Revision: 5946

URL: http://svn.gna.org/viewcvs/relax?rev=5946&view=rev
Log:
The pipe type of None is no longer checked for in the 
PipeContainer.is_empty() method.


Modified:
    1.3/data/pipe_container.py

Modified: 1.3/data/pipe_container.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/data/pipe_container.py?rev=5946&r1=5945&r2=5946&view=diff
==============================================================================
--- 1.3/data/pipe_container.py (original)
+++ 1.3/data/pipe_container.py Mon Apr 21 23:47:39 2008
@@ -113,9 +113,7 @@
         if not self.mol.is_empty():
             return False
 
-        # Tests for the initialised data.
-        if self.pipe_type != None:
-            return False
+        # Tests for the initialised data (the pipe type can be set in an 
empty data pipe, so this isn't checked).
         if self.hybrid_runs != {}:
             return False
         if self.chi2 != None:




Related Messages


Powered by MHonArc, Updated Tue Apr 22 01:00:35 2008