mailr27086 - /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 11, 2014 - 11:46:
Author: bugman
Date: Thu Dec 11 11:46:04 2014
New Revision: 27086

URL: http://svn.gna.org/viewcvs/relax?rev=27086&view=rev
Log:
Modified the Structure.test_bug_22070_structure_superimpose_after_deletion 
system test.

This now calls the structure.align user function after calling the 
structure.superimpose user
function to better test a condition that can trigger bugs.


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=27086&r1=27085&r2=27086&view=diff
==============================================================================
--- trunk/test_suite/system_tests/structure.py  (original)
+++ trunk/test_suite/system_tests/structure.py  Thu Dec 11 11:46:04 2014
@@ -473,6 +473,9 @@
 
         # Superimpose.
         self.interpreter.structure.superimpose(method='fit to first', 
centre_type='CoM')
+
+        # Align.
+        self.interpreter.structure.align(method='fit to first', 
centre_type='CoM')
 
 
     def test_bug_22860_CoM_after_deletion(self):




Related Messages


Powered by MHonArc, Updated Thu Dec 11 12:00:03 2014