mailr10302 - /1.3/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 25, 2010 - 12:54:
Author: bugman
Date: Mon Jan 25 12:54:34 2010
New Revision: 10302

URL: http://svn.gna.org/viewcvs/relax?rev=10302&view=rev
Log:
Bug fix for the bug fix of r10301!

The bug fix actually introduced a bug, and this commit fixes that!


Modified:
    1.3/specific_fns/n_state_model.py

Modified: 1.3/specific_fns/n_state_model.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/n_state_model.py?rev=10302&r1=10301&r2=10302&view=diff
==============================================================================
--- 1.3/specific_fns/n_state_model.py (original)
+++ 1.3/specific_fns/n_state_model.py Mon Jan 25 12:54:34 2010
@@ -1268,7 +1268,7 @@
         data_types = self._base_data_types()
 
         # Nothing more to do!
-        if not param_vector:
+        if not len(param_vector):
             return None, None, data_types, None
 
         # Diagonal scaling.




Related Messages


Powered by MHonArc, Updated Mon Jan 25 13:00:02 2010