mailr6984 - /branches/rdc_analysis/maths_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 25, 2008 - 14:49:
Author: bugman
Date: Fri Jul 25 14:49:29 2008
New Revision: 6984

URL: http://svn.gna.org/viewcvs/relax?rev=6984&view=rev
Log:
Removed the unused setup_population_eqi() method.


Modified:
    branches/rdc_analysis/maths_fns/n_state_model.py

Modified: branches/rdc_analysis/maths_fns/n_state_model.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/rdc_analysis/maths_fns/n_state_model.py?rev=6984&r1=6983&r2=6984&view=diff
==============================================================================
--- branches/rdc_analysis/maths_fns/n_state_model.py (original)
+++ branches/rdc_analysis/maths_fns/n_state_model.py Fri Jul 25 14:49:29 2008
@@ -164,9 +164,6 @@
             self.dfunc = self.dfunc_population
             self.d2func = self.d2func_population
 
-            # Parameter specific functions.
-            self.setup_population_eqi()
-
 
     def func_2domain(self, params):
         """The target function for optimisation of the 2-domain N-state 
model.
@@ -567,16 +564,3 @@
         @return:        The chi-squared or SSE Hessian.
         @rtype:         numpy rank-2 array
         """
-
-
-    def setup_population_eqi(self):
-        """Set up all the functions for the population N-state model."""
-
-        for k in xrange(self.total_num_params):
-            # Alignment tensor parameter.
-            if k < self.num_align_params:
-                print "Amn: " + `k`
-
-            # Probability parameter.
-            else:
-                print "pc: " + `k`




Related Messages


Powered by MHonArc, Updated Fri Jul 25 15:00:14 2008