mailr27610 - /branches/frame_order_cleanup/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 February 09, 2015 - 13:47:
Author: bugman
Date: Mon Feb  9 13:47:28 2015
New Revision: 27610

URL: http://svn.gna.org/viewcvs/relax?rev=27610&view=rev
Log:
Implemented the frame order analysis backend for the statistics.model and 
statistics.aic user functions.

This simply required aliasing the specific analysis API common 
_get_model_container_cdp() method to
get_model_container().


Modified:
    branches/frame_order_cleanup/specific_analyses/frame_order/api.py

Modified: branches/frame_order_cleanup/specific_analyses/frame_order/api.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/specific_analyses/frame_order/api.py?rev=27610&r1=27609&r2=27610&view=diff
==============================================================================
--- branches/frame_order_cleanup/specific_analyses/frame_order/api.py   
(original)
+++ branches/frame_order_cleanup/specific_analyses/frame_order/api.py   Mon 
Feb  9 13:47:28 2015
@@ -1,6 +1,6 @@
 
###############################################################################
 #                                                                            
 #
-# Copyright (C) 2009-2014 Edward d'Auvergne                                  
 #
+# Copyright (C) 2009-2015 Edward d'Auvergne                                  
 #
 #                                                                            
 #
 # This file is part of the program relax (http://www.nmr-relax.com).         
 #
 #                                                                            
 #
@@ -59,6 +59,7 @@
 
         # Place methods into the API.
         self.deselect = self._deselect_global
+        self.get_model_container = self._get_model_container_cdp
         self.is_spin_param = self._is_spin_param_false
         self.model_loop = self._model_loop_single_global
         self.model_type = self._model_type_global




Related Messages


Powered by MHonArc, Updated Mon Feb 09 15:40:02 2015