Hi,

I do omit the "run" argument in the "value.display" function. It reads
just "value.display('S2')", which returns:
relax> value.display(run='S2', param=None)
RelaxError: The parameter argument None must be a string.

If this is a bug, I will file the report right away; I just want to
make sure I am not making some trivial mistake, as this issue has been
raised earlier.

Thank you,
Vitaly


On Thu, Aug 13, 2009 at 01:53, Edward d'Auvergne<[email protected]> wrote:
> Hi,
>
> In your script, there should be no 'run' argument to any of the
> functions.  The 'run' is a concept in the relax 1.2 versions which no
> longer exists.  It has been replaced by the data pipe which contains
> all the data you work with (this can be spread across multiple data
> pipes too).  You don't have to specify which data pipe will be used by
> the user functions, as there is a 'current' data pipe on which they
> will operate.  Have a close look at the sample scripts that comes with
> the repository version you have just checked out to see how this is
> done.  It should work without problem though.  Otherwise a bug report
> could be filed, and then I'll fix it straight away.
>
> Regards,
>
> Edward

_______________________________________________
relax (http://nmr-relax.com)

This is the relax-users 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-users

Reply via email to