mailr18483 - /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 February 18, 2013 - 18:07:
Author: bugman
Date: Mon Feb 18 18:07:01 2013
New Revision: 18483

URL: http://svn.gna.org/viewcvs/relax?rev=18483&view=rev
Log:
Modified the structure.add_model calls in the Structure.test_rmsd system test 
to include model nums.


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=18483&r1=18482&r2=18483&view=diff
==============================================================================
--- trunk/test_suite/system_tests/structure.py (original)
+++ trunk/test_suite/system_tests/structure.py Mon Feb 18 18:07:01 2013
@@ -887,9 +887,9 @@
         """Test the structure.rmsd user function."""
 
         # Set up 3 models.
-        self.interpreter.structure.add_model()
-        self.interpreter.structure.add_model()
-        self.interpreter.structure.add_model()
+        self.interpreter.structure.add_model(model_num=1)
+        self.interpreter.structure.add_model(model_num=2)
+        self.interpreter.structure.add_model(model_num=4)
 
         # Check that the models were correctly created.
         self.assert_(hasattr(cdp, 'structure'))




Related Messages


Powered by MHonArc, Updated Mon Feb 18 18:20:02 2013