mailr27121 - /trunk/test_suite/system_tests/structure.py


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

Header


Content

Posted by edward on December 18, 2014 - 10:00:
Author: bugman
Date: Thu Dec 18 10:00:31 2014
New Revision: 27121

URL: http://svn.gna.org/viewcvs/relax?rev=27121&view=rev
Log:
Another small fix for the Structure.test_atomic_fluctuations system test.

The matrix diagonal was incorrect.


Modified:
    trunk/test_suite/system_tests/structure.py

Modified: trunk/test_suite/system_tests/structure.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/structure.py?rev=27121&r1=27120&r2=27121&view=diff
==============================================================================
--- trunk/test_suite/system_tests/structure.py  (original)
+++ trunk/test_suite/system_tests/structure.py  Thu Dec 18 10:00:31 2014
@@ -327,8 +327,8 @@
         sd = std(array([norm(n[0] - ca[0]), norm(n[1] - ca[1]), norm(n[2] - 
ca[2])], float64), ddof=1)
         expected = []
         expected.append("# %18s %20s\n" % (":4@N", ":4@CA"))
+        expected.append("%20.15f %20.15f\n" % (0.0, sd))
         expected.append("%20.15f %20.15f\n" % (sd, 0.0))
-        expected.append("%20.15f %20.15f\n" % (0.0, sd))
 
         # Check the file.
         lines = file.readlines()




Related Messages


Powered by MHonArc, Updated Thu Dec 18 10:20:04 2014