mailRe: r13416 - /branches/xyz/prompt/structure.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by Edward d'Auvergne on July 27, 2011 - 15:37:
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,  <hasu@xxxxxxxxxxxxxxxxx> 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
relax-commits@xxxxxxx

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




Related Messages


Powered by MHonArc, Updated Thu Jul 28 10:20:15 2011