mailr3317 - /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 on June 26, 2007 - 09:58:
Author: bugman
Date: Tue Jun 26 09:58:00 2007
New Revision: 3317

URL: http://svn.gna.org/viewcvs/relax?rev=3317&view=rev
Log:
Bug fix for the automatic looping in the full_analysis.py script.

This was reported by Douglas Kojetin <douglas dot kojetin att gmail dot com> 
in the post
https://mail.gna.org/public/relax-users/2007-06/msg00018.html.


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=3317&r1=3316&r2=3317&view=diff
==============================================================================
--- 1.2/sample_scripts/full_analysis.py (original)
+++ 1.2/sample_scripts/full_analysis.py Tue Jun 26 09:58:00 2007
@@ -489,7 +489,7 @@
         """Function for loading the optimised diffusion tensor."""
 
         # Create the run for the previous data (deleting the old run first 
if necessary).
-        if 'previous' in self.relax.data.runs:
+        if 'previous' in self.relax.data.run_names:
             run.delete('previous')
         run.create('previous', 'mf')
 




Related Messages


Powered by MHonArc, Updated Wed Jun 27 15:00:07 2007