mailr4818 - /1.3/generic_fns/value.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on January 17, 2008 - 15:34:
Author: bugman
Date: Thu Jan 17 15:28:16 2008
New Revision: 4818

URL: http://svn.gna.org/viewcvs/relax?rev=4818&view=rev
Log:
Removed some debugging code which is now covered by the unit tests.


Modified:
    1.3/generic_fns/value.py

Modified: 1.3/generic_fns/value.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/value.py?rev=4818&r1=4817&r2=4818&view=diff
==============================================================================
--- 1.3/generic_fns/value.py (original)
+++ 1.3/generic_fns/value.py Thu Jan 17 15:28:16 2008
@@ -135,14 +135,6 @@
             # Parameter value.
             spin_values.append(val)
 
-    # Debugging.
-    if len(other_params) != len(other_values) or len(spin_params) != 
len(spin_values):
-        print "Spin params: " + `spin_params`
-        print "Spin values: " + `spin_values`
-        print "Other params: " + `other_params`
-        print "Other values: " + `other_values`
-        raise RelaxError, "Bug in the code."
-
     # Return the partitioned parameters and values.
     return spin_params, spin_values, other_params, other_values
 




Related Messages


Powered by MHonArc, Updated Thu Jan 17 15:40:20 2008