mailr25224 - /trunk/test_suite/system_tests/scripts/relax_disp/r2eff_calc.py


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

Header


Content

Posted by tlinnet on August 22, 2014 - 16:27:
Author: tlinnet
Date: Fri Aug 22 16:27:23 2014
New Revision: 25224

URL: http://svn.gna.org/viewcvs/relax?rev=25224&view=rev
Log:
Fix for systemtest not adding spin.isotope to setup information.

bug #22461(https://gna.org/bugs/?22461): NS R1rho 2-site_fit_r1 has extremely 
high chi2 value in systemtest Relax_disp.test_r1rho_kjaergaard_missing_r1.

Modified:
    trunk/test_suite/system_tests/scripts/relax_disp/r2eff_calc.py

Modified: trunk/test_suite/system_tests/scripts/relax_disp/r2eff_calc.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/scripts/relax_disp/r2eff_calc.py?rev=25224&r1=25223&r2=25224&view=diff
==============================================================================
--- trunk/test_suite/system_tests/scripts/relax_disp/r2eff_calc.py      
(original)
+++ trunk/test_suite/system_tests/scripts/relax_disp/r2eff_calc.py      Fri 
Aug 22 16:27:23 2014
@@ -40,6 +40,9 @@
 # Create the sequence.
 spin.create(res_name='Trp', res_num=1, spin_name='N')
 spin.create(res_name='Trp', res_num=1, spin_name='NE1')
+
+# Name the isotope for field strength scaling.
+spin.isotope(isotope='15N')
 
 # The spectral data - spectrum ID, peak list file name, CPMG frequency (Hz), 
spectrometer frequency in Hertz.
 data = [




Related Messages


Powered by MHonArc, Updated Fri Aug 22 16:40:03 2014