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.


_______________________________________________
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