mailr21315 - /branches/relax_disp/test_suite/system_tests/scripts/relax_disp/hansen_data.py


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

Header


Content

Posted by edward on October 29, 2013 - 14:15:
Author: bugman
Date: Tue Oct 29 14:15:26 2013
New Revision: 21315

URL: http://svn.gna.org/viewcvs/relax?rev=21315&view=rev
Log:
Fixes for the Relax_disp.test_hansen_cpmg_data_auto_analysis system test for 
the changes of r21313.

The setup of the auto-analysis could be simplified as the base data pipe can 
now contain R2eff data.
The R2eff data in the 'R2eff' data pipe was no longer being read.


Modified:
    
branches/relax_disp/test_suite/system_tests/scripts/relax_disp/hansen_data.py

Modified: 
branches/relax_disp/test_suite/system_tests/scripts/relax_disp/hansen_data.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/test_suite/system_tests/scripts/relax_disp/hansen_data.py?rev=21315&r1=21314&r2=21315&view=diff
==============================================================================
--- 
branches/relax_disp/test_suite/system_tests/scripts/relax_disp/hansen_data.py 
(original)
+++ 
branches/relax_disp/test_suite/system_tests/scripts/relax_disp/hansen_data.py 
Tue Oct 29 14:15:26 2013
@@ -38,18 +38,13 @@
 # The path to the data files.
 data_path = status.install_path + 
sep+'test_suite'+sep+'shared_data'+sep+'dispersion'+sep+'Hansen'
 
-# Load the saved base pipe
-results.read(data_path+sep+'base_pipe')
+# Load the saved base pipe containing R2eff data.
+results.read(data_path+sep+'r2eff_pipe')
 deselect.spin(":4")
 
 # Set the nuclear isotope data.
 spin.isotope('15N')
 
-# Create the R2eff data pipe and load the results.
-pipe.create(pipe_name='R2eff', bundle=pipe_bundle, pipe_type='relax_disp')
-pipe.switch(pipe_name='R2eff')
-results.read(data_path+sep+'r2eff_pipe')
-deselect.spin(":4")
 
 
 # Auto-analysis execution.




Related Messages


Powered by MHonArc, Updated Tue Oct 29 14:20:02 2013