mailr4710 - /branches/N_state_model/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 January 15, 2008 - 10:46:
Author: bugman
Date: Tue Jan 15 10:43:14 2008
New Revision: 4710

URL: http://svn.gna.org/viewcvs/relax?rev=4710&view=rev
Log:
Alphabetical sorting of the class methods.


Modified:
    branches/N_state_model/specific_fns/n_state_model.py

Modified: branches/N_state_model/specific_fns/n_state_model.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/N_state_model/specific_fns/n_state_model.py?rev=4710&r1=4709&r2=4710&view=diff
==============================================================================
--- branches/N_state_model/specific_fns/n_state_model.py (original)
+++ branches/N_state_model/specific_fns/n_state_model.py Tue Jan 15 10:43:14 
2008
@@ -152,10 +152,6 @@
 
         # Return the contraint objects.
         return A, b
-
-
-    def overfit_deselect(self):
-        """Dummy function nornally for deselecting spins with insufficient 
data for minimisation."""
 
 
     def minimise(self, min_algor=None, min_options=None, func_tol=None, 
grad_tol=None, max_iterations=None, constraints=False, scaling=True, 
verbosity=0, sim_index=None):
@@ -219,6 +215,10 @@
         param_vector, func, iter_count, f_count, g_count, h_count, warning = 
results
 
 
+    def overfit_deselect(self):
+        """Dummy function nornally for deselecting spins with insufficient 
data for minimisation."""
+
+
     def return_data_name(self, name):
         """
         N-state model data type string matching patterns




Related Messages


Powered by MHonArc, Updated Tue Jan 15 11:00:16 2008