mailr4719 - in /branches/N_state_model: ./ 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:14:
Author: bugman
Date: Tue Jan 15 11:14:24 2008
New Revision: 4719

URL: http://svn.gna.org/viewcvs/relax?rev=4719&view=rev
Log:
Merged revisions 4717 via svnmerge from 
svn+ssh://bugman@xxxxxxxxxxx/svn/relax/1.3

........
  r4717 | bugman | 2008-01-15 11:13:30 +0100 (Tue, 15 Jan 2008) | 5 lines
  
  Added a dummy overfit_deselect() method to the base class.
  
  This method does nothing.
........

Modified:
    branches/N_state_model/   (props changed)
    branches/N_state_model/specific_fns/base_class.py

Propchange: branches/N_state_model/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: branches/N_state_model/specific_fns/base_class.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/N_state_model/specific_fns/base_class.py?rev=4719&r1=4718&r2=4719&view=diff
==============================================================================
--- branches/N_state_model/specific_fns/base_class.py (original)
+++ branches/N_state_model/specific_fns/base_class.py Tue Jan 15 11:14:24 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