Hi Troels, It might still take a little while to make the test fully functional. So I'll start to prepare to release relax 3.1.1, first by running the test suite on my Linux, Windows, and Mac test/build machines, fixing any problems that appear. Then I'll tag 3.1.1, disable your system test in the tag (assuming it still fails), and make the release.
Regards, Edward On 10 December 2013 09:51, <[email protected]> wrote: > 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 > [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 _______________________________________________ relax (http://www.nmr-relax.com) This is the relax-devel 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-devel

