Author: tlinnet
Date: Tue Dec 10 09:51:04 2013
New Revision: 21924

URL: http://svn.gna.org/viewcvs/relax?rev=21924&view=rev
Log:
Fix for wrong use of relax_fit.relax_time instead of relax_disp.relax_time.

Work in progress for Support Request #3044, 
(https://gna.org/support/index.php?3044) - Load spins from SPARKY list.

Modified:
    trunk/test_suite/system_tests/relax_disp.py

Modified: trunk/test_suite/system_tests/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/relax_disp.py?rev=21924&r1=21923&r2=21924&view=diff
==============================================================================
--- trunk/test_suite/system_tests/relax_disp.py (original)
+++ trunk/test_suite/system_tests/relax_disp.py Tue Dec 10 09:51:04 2013
@@ -2570,7 +2570,7 @@
                 
self.interpreter.relax_disp.spin_lock_offset(spectrum_id=sp_id, 
offset=omega_rf_ppm)
 
                 # Set the relaxation times (in s).
-                self.interpreter.relax_fit.relax_time(time=time_sl, 
spectrum_id=sp_id)
+                self.interpreter.relax_disp.relax_time(spectrum_id=sp_id, 
time=time_sl)
 
                 # Set the spectrometer frequency.
                 self.interpreter.spectrometer.frequency(id=sp_id, 
frq=set_sfrq, units='MHz')


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

This is the relax-commits mailing list
relax-commits@gna.org

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