mailr19842 - /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 May 31, 2013 - 19:25:
Author: bugman
Date: Fri May 31 19:25:56 2013
New Revision: 19842

URL: http://svn.gna.org/viewcvs/relax?rev=19842&view=rev
Log:
Fix for the Relax_disp system tests using Flemming Hansen's truncated CPMG 
data.

The nuclear isotope is now being set.


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=19842&r1=19841&r2=19842&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 
Fri May 31 19:25:56 2013
@@ -37,6 +37,9 @@
 # Load the saved base pipe
 results.read(data_path+sep+'base_pipe')
 
+# 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')




Related Messages


Powered by MHonArc, Updated Fri May 31 19:40:01 2013