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)] = {}


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
[email protected]

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to