mailr27558 - /trunk/specific_analyses/n_state_model/api.py


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

Header


Content

Posted by edward on February 05, 2015 - 18:29:
Author: bugman
Date: Thu Feb  5 18:29:42 2015
New Revision: 27558

URL: http://svn.gna.org/viewcvs/relax?rev=27558&view=rev
Log:
The N-state model now uses the _get_model_container_cdp() method.

This is aliased as the get_model_container() specific analysis API method.


Modified:
    trunk/specific_analyses/n_state_model/api.py

Modified: trunk/specific_analyses/n_state_model/api.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/specific_analyses/n_state_model/api.py?rev=27558&r1=27557&r2=27558&view=diff
==============================================================================
--- trunk/specific_analyses/n_state_model/api.py        (original)
+++ trunk/specific_analyses/n_state_model/api.py        Thu Feb  5 18:29:42 
2015
@@ -58,6 +58,7 @@
         """Initialise the class by placing API_common methods into the 
API."""
 
         # Place methods into the API.
+        self.get_model_container = self._get_model_container_cdp
         self.model_loop = self._model_loop_single_global
         self.overfit_deselect = self._overfit_deselect_dummy
         self.print_model_title = self._print_model_title_global




Related Messages


Powered by MHonArc, Updated Thu Feb 05 18:40:02 2015