mailr20693 - /branches/relax_disp/test_suite/system_tests/scripts/relax_disp/r1rho_off_res_tp02.py


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

Header


Content

Posted by edward on August 27, 2013 - 10:52:
Author: bugman
Date: Tue Aug 27 10:52:03 2013
New Revision: 20693

URL: http://svn.gna.org/viewcvs/relax?rev=20693&view=rev
Log:
Fix for the Relax_disp.test_r1rho_off_res_fixed_time_tp02 system test.

The correct spectrum ID is now used for the relax_disp.spin_lock_offset user 
function calls in the
script.


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

Modified: 
branches/relax_disp/test_suite/system_tests/scripts/relax_disp/r1rho_off_res_tp02.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/test_suite/system_tests/scripts/relax_disp/r1rho_off_res_tp02.py?rev=20693&r1=20692&r2=20693&view=diff
==============================================================================
--- 
branches/relax_disp/test_suite/system_tests/scripts/relax_disp/r1rho_off_res_tp02.py
 (original)
+++ 
branches/relax_disp/test_suite/system_tests/scripts/relax_disp/r1rho_off_res_tp02.py
 Tue Aug 27 10:52:03 2013
@@ -81,7 +81,7 @@
         relax_disp.spin_lock_field(spectrum_id=id, field=field)
 
         # Set the spin-lock offset.
-        relax_disp.spin_lock_offset(spectrum_id='ref_%s' % 
frq_label[frq_index], offset=110.0)
+        relax_disp.spin_lock_offset(spectrum_id=id, offset=110.0)
 
         # Set the relaxation times.
         relax_disp.relax_time(spectrum_id=id, time=0.1)




Related Messages


Powered by MHonArc, Updated Tue Aug 27 11:20:01 2013