mailr22691 - /trunk/specific_analyses/frame_order/api.py


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

Header


Content

Posted by edward on April 10, 2014 - 18:03:
Author: bugman
Date: Thu Apr 10 18:03:47 2014
New Revision: 22691

URL: http://svn.gna.org/viewcvs/relax?rev=22691&view=rev
Log:
Replaced the frame order API model_type() method with the base 
_model_type_global() method.

The two methods were identical anyway.


Modified:
    trunk/specific_analyses/frame_order/api.py

Modified: trunk/specific_analyses/frame_order/api.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/specific_analyses/frame_order/api.py?rev=22691&r1=22690&r2=22691&view=diff
==============================================================================
--- trunk/specific_analyses/frame_order/api.py  (original)
+++ trunk/specific_analyses/frame_order/api.py  Thu Apr 10 18:03:47 2014
@@ -59,6 +59,7 @@
         self.deselect = self._deselect_global
         self.is_spin_param = self._is_spin_param_false
         self.model_loop = self._model_loop_single_global
+        self.model_type = self._model_type_global
         self.overfit_deselect = self._overfit_deselect_dummy
         self.return_conversion_factor = self._return_no_conversion_factor
         self.set_param_values = self._set_param_values_global
@@ -611,16 +612,6 @@
         return k, n, cdp.chi2
 
 
-    def model_type(self):
-        """Return the type of the model, either being 'local' or 'global'.
-
-        @return:            The model type, one of 'local' or 'global'.
-        @rtype:             str
-        """
-
-        return 'global'
-
-
     def return_error(self, data_id):
         """Return the RDC or PCS error structure.
 




Related Messages


Powered by MHonArc, Updated Thu Apr 10 18:20:01 2014