mailr9940 - /1.3/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 November 24, 2009 - 18:39:
Author: bugman
Date: Tue Nov 24 18:39:15 2009
New Revision: 9940

URL: http://svn.gna.org/viewcvs/relax?rev=9940&view=rev
Log:
Updated the N-state model model_statistics() method to the model_info arg.


Modified:
    1.3/specific_fns/n_state_model.py

Modified: 1.3/specific_fns/n_state_model.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/n_state_model.py?rev=9940&r1=9939&r2=9940&view=diff
==============================================================================
--- 1.3/specific_fns/n_state_model.py (original)
+++ 1.3/specific_fns/n_state_model.py Tue Nov 24 18:39:15 2009
@@ -1691,7 +1691,7 @@
                 self._q_factors_pcs()
 
 
-    def model_statistics(self, model_index=None, spin_id=None, 
global_stats=None):
+    def model_statistics(self, model_info=None, spin_id=None, 
global_stats=None):
         """Return the k, n, and chi2 model statistics.
 
         k - number of parameters.
@@ -1699,8 +1699,8 @@
         chi2 - the chi-squared value.
 
 
-        @keyword model_index:   The model index.  This should always be the 
value of 1 for the N-state model.  As it is ignored, this arg can be anything.
-        @type model_index:      None or int
+        @keyword model_info:    The data returned from model_loop() (unused).
+        @type model_info:       None
         @keyword spin_id:       The spin identification string.  This is 
ignored in the N-state model.
         @type spin_id:          None or str
         @keyword global_stats:  A parameter which determines if global or 
local statistics are returned.  For the N-state model, this argument is 
ignored.




Related Messages


Powered by MHonArc, Updated Tue Nov 24 19:00:02 2009