mailr6839 - /branches/rdc_analysis/specific_fns/n_state_model.py


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

Header


Content

Posted by edward on July 08, 2008 - 20:51:
Author: bugman
Date: Tue Jul  8 20:30:14 2008
New Revision: 6839

URL: http://svn.gna.org/viewcvs/relax?rev=6839&view=rev
Log:
Removed a test for the model setup in the set_non_spin_params() method.


Modified:
    branches/rdc_analysis/specific_fns/n_state_model.py

Modified: branches/rdc_analysis/specific_fns/n_state_model.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/rdc_analysis/specific_fns/n_state_model.py?rev=6839&r1=6838&r2=6839&view=diff
==============================================================================
--- branches/rdc_analysis/specific_fns/n_state_model.py (original)
+++ branches/rdc_analysis/specific_fns/n_state_model.py Tue Jul  8 20:30:14 
2008
@@ -849,10 +849,6 @@
         # Alias the current data pipe.
         cdp = ds[ds.current_pipe]
 
-        # Test if the N-state model has been set up.
-        if not hasattr(cdp, 'N'):
-            raise RelaxNoModelError, 'N-state'
-
         # Get the model parameters if param is None.
         if param == None:
             param = cdp.params




Related Messages


Powered by MHonArc, Updated Tue Jul 08 21:00:18 2008