This is also now failing. Regards,
Edward On 18 June 2014 16:07, <[email protected]> wrote: > Author: tlinnet > Date: Wed Jun 18 16:07:10 2014 > New Revision: 24094 > > URL: http://svn.gna.org/viewcvs/relax?rev=24094&view=rev > Log: > Made changes to the profiling script of NS_CPMG_2SITE_3D. > > Need to use the full model, when r2a and r2b is specified. > > Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion > models for Clustered analysis. > > Modified: > > branches/disp_spin_speed/test_suite/shared_data/dispersion/profiling/profiling_ns_cpmg_2site_3D.py > > Modified: > branches/disp_spin_speed/test_suite/shared_data/dispersion/profiling/profiling_ns_cpmg_2site_3D.py > URL: > http://svn.gna.org/viewcvs/relax/branches/disp_spin_speed/test_suite/shared_data/dispersion/profiling/profiling_ns_cpmg_2site_3D.py?rev=24094&r1=24093&r2=24094&view=diff > ============================================================================== > --- > branches/disp_spin_speed/test_suite/shared_data/dispersion/profiling/profiling_ns_cpmg_2site_3D.py > (original) > +++ > branches/disp_spin_speed/test_suite/shared_data/dispersion/profiling/profiling_ns_cpmg_2site_3D.py > Wed Jun 18 16:07:10 2014 > @@ -424,7 +424,7 @@ > """ > > # Return chi2 value. > - chi2 = self.model.func_ns_cpmg_2site_3D(params) > + chi2 = self.model.func_ns_cpmg_2site_3D_full(params) > return chi2 > > > > > _______________________________________________ > 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

