mailr26142 - /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 October 02, 2014 - 21:55:
Author: tlinnet
Date: Thu Oct  2 21:55:58 2014
New Revision: 26142

URL: http://svn.gna.org/viewcvs/relax?rev=26142&view=rev
Log:
Skippping of intensity calculation, if the intensity pipe does not exists.

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=26142&r1=26141&r2=26142&view=diff
==============================================================================
--- trunk/auto_analyses/relax_disp_repeat_cpmg.py       (original)
+++ trunk/auto_analyses/relax_disp_repeat_cpmg.py       Thu Oct  2 21:55:58 
2014
@@ -1050,8 +1050,11 @@
             if not pipes.has_pipe(pipe_name):
                 self.set_int(methods=[method], list_glob_ini=[glob_ini])
 
-            if pipes.cdp_name() != pipe_name:
+            if pipes.cdp_name() != pipe_name and pipes.has_pipe(pipe_name):
                 self.interpreter.pipe.switch(pipe_name)
+
+            elif pipes.has_pipe(pipe_name) == False:
+                continue
 
             # Results dictionary.
             res_dic[str(glob_ini)] = {}




Related Messages


Powered by MHonArc, Updated Fri Oct 03 18:40:02 2014