mailr2872 - /1.3/sample_scripts/full_analysis.py


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

Header


Content

Posted by edward . dauvergne on November 23, 2006 - 06:25:
Author: bugman
Date: Thu Nov 23 06:25:01 2006
New Revision: 2872

URL: http://svn.gna.org/viewcvs/relax?rev=2872&view=rev
Log:
Fixed a bug in the 'full_analysis.py' script whereby 'run.delete()' was being 
called.

This was destroying the data required for the convergence tests.


Modified:
    1.3/sample_scripts/full_analysis.py

Modified: 1.3/sample_scripts/full_analysis.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/sample_scripts/full_analysis.py?rev=2872&r1=2871&r2=2872&view=diff
==============================================================================
--- 1.3/sample_scripts/full_analysis.py (original)
+++ 1.3/sample_scripts/full_analysis.py Thu Nov 23 06:25:01 2006
@@ -212,9 +212,6 @@
                 # Sequential optimisation of all model-free models (function 
must be modified to suit).
                 self.multi_model()
 
-                # Delete the run containing the optimised diffusion tensor.
-                run.delete('previous')
-
                 # Create the final run (for model selection and final 
optimisation).
                 name = 'final'
                 run.create(name, 'mf')




Related Messages


Powered by MHonArc, Updated Thu Nov 23 06:40:07 2006