mailr25897 - /trunk/auto_analyses/relax_disp_repeat_cpmg.py


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

Header


Content

Posted by tlinnet on September 18, 2014 - 11:13:
Author: tlinnet
Date: Thu Sep 18 11:13:40 2014
New Revision: 25897

URL: http://svn.gna.org/viewcvs/relax?rev=25897&view=rev
Log:
Small fix for correct check of missing of data.

Task #7826 (https://gna.org/task/index.php?7826): Write an python class for 
the repeated analysis of dispersion data.

Modified:
    trunk/auto_analyses/relax_disp_repeat_cpmg.py

Modified: trunk/auto_analyses/relax_disp_repeat_cpmg.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/auto_analyses/relax_disp_repeat_cpmg.py?rev=25897&r1=25896&r2=25897&view=diff
==============================================================================
--- trunk/auto_analyses/relax_disp_repeat_cpmg.py       (original)
+++ trunk/auto_analyses/relax_disp_repeat_cpmg.py       Thu Sep 18 11:13:40 
2014
@@ -1045,7 +1045,7 @@
             if pipes.cdp_name() != pipe_name and pipes.has_pipe(pipe_name):
                 self.interpreter.pipe.switch(pipe_name)
 
-            else:
+            elif pipes.has_pipe(pipe_name) == False:
                 continue
 
             # Results dictionary.




Related Messages


Powered by MHonArc, Updated Thu Sep 18 12:00:06 2014