Hi ! Nice catch ! It works and I'll commit it right away !
Cheers ! Séb :) Edward d'Auvergne wrote: > Right, I found it! At line 1141 of specific_fns/relax_disp.py, the > text ^[Ii]nt$ is missing one quotation mark. This is causing the > fetch_docstrings.py script to fail. > > Regards, > > Edward > > > On Tue, Jan 13, 2009 at 5:38 PM, Edward d'Auvergne <[email protected]> > wrote: > >> Sorry, it was that commit. There must be a problem with the >> Relax_disp.return_data_name() docstring, but I cannot for the life of >> me work out what it is?!? >> >> Regards, >> >> Edward >> >> >> On Tue, Jan 13, 2009 at 5:36 PM, Sébastien Morin >> <[email protected]> wrote: >> >>> Hi, >>> >>> I agree that the commit might not cause the error, although the error >>> was absent before the commit since the relaxation dispersion code >>> wouldn't be included in the manual... >>> >>> Regards, >>> >>> >>> Séb >>> >>> >>> Edward d'Auvergne wrote: >>> >>>> Hi, >>>> >>>> That's a good catch! I wouldn't have realised this problem until >>>> making a new relax release with this code. It doesn't seem to be this >>>> commit causing the problem though. I'll try to find what is >>>> happening, but maybe you'll be more successful. >>>> >>>> Regards, >>>> >>>> Edward >>>> >>>> >>>> On Tue, Jan 13, 2009 at 5:09 PM, <[email protected]> wrote: >>>> >>>> >>>>> Author: semor >>>>> Date: Tue Jan 13 17:09:35 2009 >>>>> New Revision: 8433 >>>>> >>>>> URL: http://svn.gna.org/viewcvs/relax?rev=8433&view=rev >>>>> Log: >>>>> Imported relaxation dispersion in grace user functions. >>>>> >>>>> However, there is now a problem when constructing the manual (scons >>>>> user_manual_pdf), in the latex >>>>> part of the code, where the following error message is thrown: >>>>> >>>>> ========== >>>>> Underfull \vbox (badness 10000) has occurred while \output is active [172] >>>>> Overfull \hbox (12.85161pt too wide) in paragraph at lines 1277--1306 >>>>> [] >>>>> >>>>> Underfull \vbox (badness 5578) has occurred while \output is active [173] >>>>> [174] [175] [176] [177] [178] [179] [180] >>>>> Underfull \hbox (badness 10000) in paragraph at lines 1597--1598 >>>>> []\OT1/cmtt/m/n/9 relax> grace.write(x[]data[]type=`Rex', >>>>> y[]data[]type=`te', s >>>>> pin[]id=`:123', plot[]data=`sims', >>>>> >>>>> Underfull \hbox (badness 10000) in paragraph at lines 1602--1603 >>>>> []\OT1/cmtt/m/n/9 relax> grace.write(x[]data[]type=`relax[]times', >>>>> y[]data[]typ >>>>> e=`ave[]int', >>>>> [181] >>>>> ! Argument of \ch...@nocorr@ has an extra }. >>>>> <inserted text> >>>>> \par >>>>> l.1688 ...ncy (series) & \quotecmd{cpmg\_frqs} & } >>>>> \^{}[Cc]pmg[ >>>>> -\_][Ff]rqs\$... >>>>> >>>>> ? >>>>> ========== >>>>> >>>>> Any ideas ? >>>>> >>>>> >>>>> Modified: >>>>> branches/relax_disp/prompt/grace.py >>>>> >>>>> Modified: branches/relax_disp/prompt/grace.py >>>>> URL: >>>>> http://svn.gna.org/viewcvs/relax/branches/relax_disp/prompt/grace.py?rev=8433&r1=8432&r2=8433&view=diff >>>>> ============================================================================== >>>>> --- branches/relax_disp/prompt/grace.py (original) >>>>> +++ branches/relax_disp/prompt/grace.py Tue Jan 13 17:09:35 2009 >>>>> @@ -35,6 +35,7 @@ >>>>> from specific_fns.model_free import Model_free >>>>> from specific_fns.jw_mapping import Jw_mapping >>>>> from specific_fns.noe import Noe >>>>> +from specific_fns.relax_disp import Relax_disp >>>>> from specific_fns.relax_fit import Relax_fit >>>>> >>>>> >>>>> @@ -253,6 +254,7 @@ >>>>> write.__doc__ = write.__doc__ + "\n\n" + regexp_doc() + "\n" >>>>> write.__doc__ = write.__doc__ + minimise.return_data_name.__doc__ + >>>>> "\n\n" >>>>> write.__doc__ = write.__doc__ + Noe.return_data_name.__doc__ + "\n" >>>>> + write.__doc__ = write.__doc__ + Relax_disp.return_data_name.__doc__ >>>>> + "\n" >>>>> write.__doc__ = write.__doc__ + Relax_fit.return_data_name.__doc__ + >>>>> "\n" >>>>> write.__doc__ = write.__doc__ + Jw_mapping.return_data_name.__doc__ + >>>>> "\n\n" >>>>> write.__doc__ = write.__doc__ + Model_free.return_data_name.__doc__ + >>>>> "\n\n" >>>>> >>>>> >>>>> _______________________________________________ >>>>> relax (http://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://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 >>>> >>>> >>>> >>> _______________________________________________ >>> relax (http://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 >>> >>> > > _______________________________________________ relax (http://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

