mailr4717 - /1.3/specific_fns/base_class.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 - 11:13:
Author: bugman
Date: Tue Jan 15 11:13:30 2008
New Revision: 4717

URL: http://svn.gna.org/viewcvs/relax?rev=4717&view=rev
Log:
Added a dummy overfit_deselect() method to the base class.

This method does nothing.


Modified:
    1.3/specific_fns/base_class.py

Modified: 1.3/specific_fns/base_class.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/base_class.py?rev=4717&r1=4716&r2=4717&view=diff
==============================================================================
--- 1.3/specific_fns/base_class.py (original)
+++ 1.3/specific_fns/base_class.py Tue Jan 15 11:13:30 2008
@@ -66,6 +66,10 @@
 
         # No errors found.
         return False
+
+
+    def overfit_deselect(self):
+        """Dummy function, nornally for deselecting spins with insufficient 
data for minimisation."""
 
 
     def return_data(self, spin):




Related Messages


Powered by MHonArc, Updated Tue Jan 15 11:20:06 2008