mailr6765 - /1.3/specific_fns/model_free/mf_minimise.py


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

Header


Content

Posted by edward on July 05, 2008 - 21:07:
Author: bugman
Date: Sat Jul  5 20:25:15 2008
New Revision: 6765

URL: http://svn.gna.org/viewcvs/relax?rev=6765&view=rev
Log:
Removed a useless check for models of zero length.


Modified:
    1.3/specific_fns/model_free/mf_minimise.py

Modified: 1.3/specific_fns/model_free/mf_minimise.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/model_free/mf_minimise.py?rev=6765&r1=6764&r2=6765&view=diff
==============================================================================
--- 1.3/specific_fns/model_free/mf_minimise.py (original)
+++ 1.3/specific_fns/model_free/mf_minimise.py Sat Jul  5 20:25:15 2008
@@ -505,10 +505,6 @@
                                     higher the value, the greater the 
verbosity.
         @type verbosity:            int
         """
-
-        # Make sure that the length of the parameter array is > 0.
-        if num_params == 0:
-            print "Cannot run a grid search on a model with zero parameters, 
skipping the grid search."
 
         # Test the grid search options.
         self.test_grid_ops(lower=lower, upper=upper, inc=inc, n=num_params)




Related Messages


Powered by MHonArc, Updated Sat Jul 05 23:20:17 2008