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()


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

This is the relax-commits mailing list
relax-commits@gna.org

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

Reply via email to