mailr3315 - in /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 25, 2007 - 10:41:
Author: bugman
Date: Mon Jun 25 10:41:24 2007
New Revision: 3315

URL: http://svn.gna.org/viewcvs/relax?rev=3315&view=rev
Log:
Merged revisions 3314 via svnmerge from 
svn+ssh://bugman@xxxxxxxxxxx/svn/relax/1.3

........
  r3314 | bugman | 2007-06-25 10:40:14 +0200 (Mon, 25 Jun 2007) | 6 lines
  
  Bug fix for the automatic looping in the full_analysis.py script.
  
  This bug was reported by Douglas Kojetin <douglas dot kojetin att gmail dot 
com> in the post located
  at https://mail.gna.org/public/relax-users/2007-06/msg00007.html.
........

Modified:
    1.2/   (props changed)
    1.2/sample_scripts/full_analysis.py

Propchange: 1.2/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Mon Jun 25 10:41:24 2007
@@ -1,1 +1,1 @@
-/1.3:1-2505,2941,2947,2950,2974,2976,2979,2984,2988,3076,3083-3084,3087,3117,3299,3309,3312
+/1.3:1-2505,2941,2947,2950,2974,2976,2979,2984,2988,3076,3083-3084,3087,3117,3299,3309,3312,3314

Modified: 1.2/sample_scripts/full_analysis.py
URL: 
http://svn.gna.org/viewcvs/relax/1.2/sample_scripts/full_analysis.py?rev=3315&r1=3314&r2=3315&view=diff
==============================================================================
--- 1.2/sample_scripts/full_analysis.py (original)
+++ 1.2/sample_scripts/full_analysis.py Mon Jun 25 10:41:24 2007
@@ -488,7 +488,9 @@
     def load_tensor(self):
         """Function for loading the optimised diffusion tensor."""
 
-        # Create the run for the previous data.
+        # Create the run for the previous data (deleting the old run first 
if necessary).
+        if relax_data_store.has_key('previous'):
+            run.delete('previous')
         run.create('previous', 'mf')
 
         # Load the optimised diffusion tensor from the initial round.




Related Messages


Powered by MHonArc, Updated Mon Jun 25 15:00:05 2007