mailr14336 - /1.3/scripts/optimisation_testing.py


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

Header


Content

Posted by edward on August 11, 2011 - 10:16:
Author: bugman
Date: Thu Aug 11 10:16:24 2011
New Revision: 14336

URL: http://svn.gna.org/viewcvs/relax?rev=14336&view=rev
Log:
Fixes for the old scripts/optimisation_testing.py script.

This was also using the ancient self.relax code path.


Modified:
    1.3/scripts/optimisation_testing.py

Modified: 1.3/scripts/optimisation_testing.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/scripts/optimisation_testing.py?rev=14336&r1=14335&r2=14336&view=diff
==============================================================================
--- 1.3/scripts/optimisation_testing.py (original)
+++ 1.3/scripts/optimisation_testing.py Thu Aug 11 10:16:24 2011
@@ -10,12 +10,6 @@
 
 # The testing class.
 mf = model_free.Mf('run')
-
-# Add the relax namespace to the class.
-mf.relax = self.relax
-
-# Don't quit.
-self.relax.interpreter._Interpreter__quit_flag = False
 
 # Execute the tests, storing the messages.
 tests = []




Related Messages


Powered by MHonArc, Updated Thu Aug 11 10:20:02 2011