mailr9893 - /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 November 24, 2009 - 10:17:
Author: bugman
Date: Tue Nov 24 10:17:37 2009
New Revision: 9893

URL: http://svn.gna.org/viewcvs/relax?rev=9893&view=rev
Log:
Fix for the base class return_conversion_factor() method.

The spin_id arg is now accepted.


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=9893&r1=9892&r2=9893&view=diff
==============================================================================
--- 1.3/specific_fns/base_class.py (original)
+++ 1.3/specific_fns/base_class.py Tue Nov 24 10:17:37 2009
@@ -161,7 +161,7 @@
         """Dummy function, nornally for deselecting spins with insufficient 
data for minimisation."""
 
 
-    def return_conversion_factor(self, stat_type, spin):
+    def return_conversion_factor(self, stat_type, spin=None, spin_id=None):
         """Dummy function for returning 1.0.
 
         @param stat_type:   The name of the statistic.  This is unused!




Related Messages


Powered by MHonArc, Updated Tue Nov 24 10:40:04 2009