mailr4522 - /branches/N_state_model/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 09, 2008 - 10:28:
Author: bugman
Date: Wed Jan  9 10:28:01 2008
New Revision: 4522

URL: http://svn.gna.org/viewcvs/relax?rev=4522&view=rev
Log:
The lower, upper, and inc args to grid_search() are no longer stored in the 
class instance.


Modified:
    branches/N_state_model/specific_fns/n_state_model.py

Modified: branches/N_state_model/specific_fns/n_state_model.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/N_state_model/specific_fns/n_state_model.py?rev=4522&r1=4521&r2=4522&view=diff
==============================================================================
--- branches/N_state_model/specific_fns/n_state_model.py (original)
+++ branches/N_state_model/specific_fns/n_state_model.py Wed Jan  9 10:28:01 
2008
@@ -55,11 +55,6 @@
                             value, the greater the verbosity.
         @type verbosity:    int
         """
-
-        # Arguments.
-        self.lower = lower
-        self.upper = upper
-        self.inc = inc
 
         # Minimisation.
         self.minimise(min_algor='grid', constraints=constraints, 
verbosity=verbosity, sim_index=sim_index)




Related Messages


Powered by MHonArc, Updated Wed Jan 09 11:00:12 2008