Hi Han, I noticed in trying to debug the other problem of the spin loading that this commit (r13416) causes many test suite failures. I would recommend reverting it, as the user can change the value of the unit arg at any point anyway. Do you remember the reason for this change?
Regards, Edward On 4 July 2011 14:35, <[email protected]> wrote: > Author: han87 > Date: Mon Jul 4 14:35:25 2011 > New Revision: 13416 > > URL: http://svn.gna.org/viewcvs/relax?rev=13416&view=rev > Log: > Changing the keyword argument > > The argument of the keyword 'unit' in the function 'vectors' in > 'prompt/structure.py' has been changed from 'True' to 'False'. > > Modified: > branches/xyz/prompt/structure.py > > Modified: branches/xyz/prompt/structure.py > URL: > http://svn.gna.org/viewcvs/relax/branches/xyz/prompt/structure.py?rev=13416&r1=13415&r2=13416&view=diff > ============================================================================== > --- branches/xyz/prompt/structure.py (original) > +++ branches/xyz/prompt/structure.py Mon Jul 4 14:35:25 2011 > @@ -580,7 +580,7 @@ > > > > - def vectors(self, attached='H', spin_id=None, model=None, verbosity=1, > ave=True, unit=True): > + def vectors(self, attached='H', spin_id=None, model=None, verbosity=1, > ave=True, unit=False): > """Extract and store the bond vectors from the loaded structures in > the spin container. > > Keyword arguments > > > _______________________________________________ > 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

