mailr25804 - /branches/frame_order_cleanup/test_suite/system_tests/frame_order.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on September 12, 2014 - 17:10:
Author: bugman
Date: Fri Sep 12 17:10:55 2014
New Revision: 25804

URL: http://svn.gna.org/viewcvs/relax?rev=25804&view=rev
Log:
Modified the Frame_order.test_frame_order_pdb_model_failed_pivot system test.

This is to show that the frame_order.pdb_model user function fails if the 
pivot is close to but
still within the PDB coordinate limits.


Modified:
    branches/frame_order_cleanup/test_suite/system_tests/frame_order.py

Modified: branches/frame_order_cleanup/test_suite/system_tests/frame_order.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/test_suite/system_tests/frame_order.py?rev=25804&r1=25803&r2=25804&view=diff
==============================================================================
--- branches/frame_order_cleanup/test_suite/system_tests/frame_order.py 
(original)
+++ branches/frame_order_cleanup/test_suite/system_tests/frame_order.py Fri 
Sep 12 17:10:55 2014
@@ -960,7 +960,7 @@
         self.interpreter.structure.read_pdb(file='lactose_MCMM4_S1_1.pdb', 
dir=data_path, set_mol_name='lactose')
 
         # Set the pivot point.
-        self.interpreter.frame_order.pivot([-1000, 0, 0], fix=True)
+        self.interpreter.frame_order.pivot([-995, 0, 0], fix=True)
 
         # Select a frame order model.
         self.interpreter.frame_order.select_model('rotor')




Related Messages


Powered by MHonArc, Updated Fri Sep 12 17:20:02 2014