mailr4758 - /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 15, 2008 - 15:59:
Author: bugman
Date: Tue Jan 15 15:59:09 2008
New Revision: 4758

URL: http://svn.gna.org/viewcvs/relax?rev=4758&view=rev
Log:
Removed a debugging print statement.


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=4758&r1=4757&r2=4758&view=diff
==============================================================================
--- branches/N_state_model/specific_fns/n_state_model.py (original)
+++ branches/N_state_model/specific_fns/n_state_model.py Tue Jan 15 15:59:09 
2008
@@ -123,8 +123,6 @@
             # Upper bound (if supplied).
             if upper:
                 grid_ops[i][1] = upper[i]
-
-        print `grid_ops`
 
         # Minimisation.
         self.minimise(min_algor='grid', min_options=grid_ops, 
constraints=constraints, verbosity=verbosity, sim_index=sim_index)




Related Messages


Powered by MHonArc, Updated Tue Jan 15 19:20:11 2008