mailr19516 - /branches/relax_disp/specific_analyses/relax_disp.py


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

Header


Content

Posted by edward on April 20, 2013 - 23:29:
Author: bugman
Date: Sat Apr 20 23:29:35 2013
New Revision: 19516

URL: http://svn.gna.org/viewcvs/relax?rev=19516&view=rev
Log:
Removed some unneeded checks in the relax_disp.exp_type user function.


Modified:
    branches/relax_disp/specific_analyses/relax_disp.py

Modified: branches/relax_disp/specific_analyses/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/specific_analyses/relax_disp.py?rev=19516&r1=19515&r2=19516&view=diff
==============================================================================
--- branches/relax_disp/specific_analyses/relax_disp.py (original)
+++ branches/relax_disp/specific_analyses/relax_disp.py Sat Apr 20 23:29:35 
2013
@@ -764,15 +764,6 @@
 
         # Test if the current pipe exists.
         pipes.test()
-
-        # Test if the pipe type is set to 'relax_disp'.
-        function_type = cdp.pipe_type
-        if function_type != 'relax_disp':
-            raise 
RelaxFuncSetupError(specific_setup.get_string(function_type))
-
-        # Test if the sequence data is loaded.
-        if not exists_mol_res_spin_data():
-            raise RelaxNoSequenceError
 
         # CPMG relaxation dispersion experiments (exponential curves with 
varying relax_T).
         if exp_type == 'cpmg':




Related Messages


Powered by MHonArc, Updated Sun Apr 21 00:00:02 2013