Careful! This change is a little more than what the description says! Regards,
Edward On 30 July 2014 20:12, <[email protected]> wrote: > Author: tlinnet > Date: Wed Jul 30 20:12:01 2014 > New Revision: 24856 > > URL: http://svn.gna.org/viewcvs/relax?rev=24856&view=rev > Log: > Added more print out, to detect which graphs are not working. > > sr #3124(https://gna.org/support/?3124): Grace graphs production for R1rho > analysis with R2_eff as function of Omega_eff. > sr #3138(https://gna.org/support/?3138): Interpolating theta through > spin-lock offset [Omega], rather than spin-lock field strength [w1]. > > Modified: > branches/r1rho_plotting/test_suite/system_tests/relax_disp.py > > Modified: branches/r1rho_plotting/test_suite/system_tests/relax_disp.py > URL: > http://svn.gna.org/viewcvs/relax/branches/r1rho_plotting/test_suite/system_tests/relax_disp.py?rev=24856&r1=24855&r2=24856&view=diff > ============================================================================== > --- branches/r1rho_plotting/test_suite/system_tests/relax_disp.py > (original) > +++ branches/r1rho_plotting/test_suite/system_tests/relax_disp.py Wed > Jul 30 20:12:01 2014 > @@ -4780,7 +4780,7 @@ > x_axis_types = [X_AXIS_DISP, X_AXIS_THETA, X_AXIS_W_EFF] > interpolate_types = [INTERPOLATE_DISP, INTERPOLATE_OFFSET] > > - result_dir_name = "/Users/tlinnet/test" > + result_dir_name = ds.tmpdir > > # Loop through all possible combinations of y_axis, x_axis and > interpolation. > i = 1 > @@ -4798,6 +4798,7 @@ > > # Write the curves. > dir = result_dir_name+sep+result_folder > + print("Plotting combination of %s, %s, %s"%(y_axis, > x_axis, interpolate)) > self.interpreter.relax_disp.plot_disp_curves(dir=dir, > y_axis=y_axis, x_axis=x_axis, interpolate=interpolate, force=False) > > # Get the file path. > > > _______________________________________________ > 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

