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 = [


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
[email protected]

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to