Author: bugman
Date: Thu Oct 23 11:52:13 2014
New Revision: 26367

URL: http://svn.gna.org/viewcvs/relax?rev=26367&view=rev
Log:
Fix for the checks in the new Structure.test_load_spins_multi_mol system test.

A spin index 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=26367&r1=26366&r2=26367&view=diff
==============================================================================
--- trunk/test_suite/system_tests/structure.py  (original)
+++ trunk/test_suite/system_tests/structure.py  Thu Oct 23 11:52:13 2014
@@ -2988,7 +2988,7 @@
         self.assertEqual(cdp.mol[0].res[0].spin[2].name, 'C3')
         self.assertEqual(cdp.mol[0].res[0].spin[2].num, None)
         self.assertEqual(len(cdp.mol[0].res[0].spin[2].pos), 2)
-        self.assertEqual(cdp.mol[0].res[0].spin[0].pos[0], None)
+        self.assertEqual(cdp.mol[0].res[0].spin[2].pos[0], None)
         self.assertEqual(cdp.mol[0].res[0].spin[2].pos[1][0], 8.062)
         self.assertEqual(cdp.mol[0].res[0].spin[2].pos[1][1], 0.431)
         self.assertEqual(cdp.mol[0].res[0].spin[2].pos[1][2], 3.048)


_______________________________________________
relax (http://www.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

Reply via email to