Author: bugman
Date: Tue Jan 12 09:43:10 2016
New Revision: 28166

URL: http://svn.gna.org/viewcvs/relax?rev=28166&view=rev
Log:
Fix for the Structure.test_read_pdb_internal3 system test.

With the new atomic position concatenation support, when called sequentially the
structure.load_spins user function should always use the same value for the 
ave_pos argument.


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=28166&r1=28165&r2=28166&view=diff
==============================================================================
--- trunk/test_suite/system_tests/structure.py  (original)
+++ trunk/test_suite/system_tests/structure.py  Tue Jan 12 09:43:10 2016
@@ -1,6 +1,6 @@
 ###############################################################################
 #                                                                             #
-# Copyright (C) 2008-2015 Edward d'Auvergne                                   #
+# Copyright (C) 2008-2016 Edward d'Auvergne                                   #
 #                                                                             #
 # This file is part of the program relax (http://www.nmr-relax.com).          #
 #                                                                             #
@@ -4498,7 +4498,7 @@
         self.assertEqual(len(cdp.mol[0].res[0].spin[0].pos), 2)
 
         # And now all the rest of the atoms.
-        self.interpreter.structure.load_spins()
+        self.interpreter.structure.load_spins(ave_pos=False)
 
 
     def test_read_pdb_internal4(self):


_______________________________________________
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