mailr2877 - /1.2/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:49:
Author: bugman
Date: Thu Nov 23 06:48:38 2006
New Revision: 2877

URL: http://svn.gna.org/viewcvs/relax?rev=2877&view=rev
Log:
Ported r2872 from the 1.3 line.

The command used was:
svn merge -r2871:2872 svn+ssh://bugman@xxxxxxxxxxx/svn/relax/1.3

This fixes a bug in the 'full_analysis.py' script whereby 'run.delete()' was 
being called destroying
the data required for the convergence tests.


Modified:
    1.2/sample_scripts/full_analysis.py

Modified: 1.2/sample_scripts/full_analysis.py
URL: 
http://svn.gna.org/viewcvs/relax/1.2/sample_scripts/full_analysis.py?rev=2877&r1=2876&r2=2877&view=diff
==============================================================================
--- 1.2/sample_scripts/full_analysis.py (original)
+++ 1.2/sample_scripts/full_analysis.py Thu Nov 23 06:48:38 2006
@@ -211,9 +211,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 07:00:07 2006