mailr24891 - /branches/r1rho_plotting/test_suite/unit_tests/_specific_analyses/_relax_disp/test_data.py


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

Header


Content

Posted by tlinnet on July 31, 2014 - 18:08:
Author: tlinnet
Date: Thu Jul 31 18:08:51 2014
New Revision: 24891

URL: http://svn.gna.org/viewcvs/relax?rev=24891&view=rev
Log:
Fix for unit test, where return_offset() function return has been expanded 
and re-ordered.

sr #3124(https://gna.org/support/?3124): Grace graphs production for R1rho 
analysis with R2_eff as function of Omega_eff.
sr #3138(https://gna.org/support/?3138): Interpolating theta through 
spin-lock offset [Omega], rather than spin-lock field strength [w1].

Modified:
    
branches/r1rho_plotting/test_suite/unit_tests/_specific_analyses/_relax_disp/test_data.py

Modified: 
branches/r1rho_plotting/test_suite/unit_tests/_specific_analyses/_relax_disp/test_data.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/r1rho_plotting/test_suite/unit_tests/_specific_analyses/_relax_disp/test_data.py?rev=24891&r1=24890&r2=24891&view=diff
==============================================================================
--- 
branches/r1rho_plotting/test_suite/unit_tests/_specific_analyses/_relax_disp/test_data.py
   (original)
+++ 
branches/r1rho_plotting/test_suite/unit_tests/_specific_analyses/_relax_disp/test_data.py
   Thu Jul 31 18:08:51 2014
@@ -736,7 +736,7 @@
         g15N = -2.7126 * 1e7
 
         # The offset and R1 data.
-        chemical_shifts, offsets, tilt_angles, Delta_omega, w_eff = 
return_offset_data(spins=cur_spins, spin_ids=cur_spin_ids, 
field_count=field_count, fields=spin_lock_nu1)
+        offsets, spin_lock_fields_inter, chemical_shifts, tilt_angles, 
Delta_omega, w_eff = return_offset_data(spins=cur_spins, 
spin_ids=cur_spin_ids, field_count=field_count, fields=spin_lock_nu1)
         
         # Loop over the index of spins, then exp_type, frq, offset
         print("Printing the following")    




Related Messages


Powered by MHonArc, Updated Fri Aug 01 00:00:03 2014