Author: bugman Date: Sat Nov 29 19:00:38 2014 New Revision: 26853 URL: http://svn.gna.org/viewcvs/relax?rev=26853&view=rev Log: Fix for the recently broken Relax_fit.test_curve_fitting_height_estimate_error system test.
The relax_fit.select_model user function is now called as this is no longer performed in the auto-analysis. Modified: trunk/test_suite/system_tests/relax_fit.py Modified: trunk/test_suite/system_tests/relax_fit.py URL: http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/relax_fit.py?rev=26853&r1=26852&r2=26853&view=diff ============================================================================== --- trunk/test_suite/system_tests/relax_fit.py (original) +++ trunk/test_suite/system_tests/relax_fit.py Sat Nov 29 19:00:38 2014 @@ -289,6 +289,9 @@ # De select one more. self.interpreter.deselect.spin(':512@ND2') + # Set the relaxation curve type. + self.interpreter.relax_fit.select_model('exp') + # Do automatic if True: relax_fit.Relax_fit(pipe_name=pipe_name, pipe_bundle=pipe_bundle, file_root='R2', results_dir=results_dir, grid_inc=GRID_INC, mc_sim_num=MC_SIM, view_plots=False) @@ -335,9 +338,6 @@ # Peak intensity error analysis. self.interpreter.spectrum.error_analysis() - - # Set the relaxation curve type. - self.interpreter.relax_fit.select_model('exp') # Grid search. self.interpreter.minimise.grid_search(inc=GRID_INC) _______________________________________________ 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