mailr6767 - /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 on July 05, 2008 - 21:07:
Author: bugman
Date: Sat Jul  5 20:35:36 2008
New Revision: 6767

URL: http://svn.gna.org/viewcvs/relax?rev=6767&view=rev
Log:
Fix for the final data pipe.

This is created by model selection, so pipe.create() doesn't need to be 
called.


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=6767&r1=6766&r2=6767&view=diff
==============================================================================
--- 1.3/sample_scripts/full_analysis.py (original)
+++ 1.3/sample_scripts/full_analysis.py Sat Jul  5 20:35:36 2008
@@ -262,14 +262,8 @@
                     # Sequential optimisation of all model-free models 
(function must be modified to suit).
                     self.multi_model()
 
-                    # Create the final data pipe (for model selection and 
final optimisation).
-                    name = 'final'
-                    if ds.has_key(name):
-                        pipe.delete(name)
-                    pipe.create(name, 'mf')
-
                     # Model selection.
-                    self.model_selection(dir=self.base_dir + 'aic')
+                    self.model_selection(pipe='final', dir=self.base_dir + 
'aic')
 
                     # Final optimisation of all diffusion and model-free 
parameters.
                     fix('all', fixed=False)




Related Messages


Powered by MHonArc, Updated Sat Jul 05 21:20:08 2008