mailr25769 - /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 - 10:14:
Author: bugman
Date: Fri Sep 12 10:14:16 2014
New Revision: 25769

URL: http://svn.gna.org/viewcvs/relax?rev=25769&view=rev
Log:
Added Monte Carlo simulations to the 
Frame_order.test_frame_order_pdb_model_ensemble system test.

This is only setting up Monte Carlo simulation data structures via the 
monte_carlo.setup user
function.  This demonstrates a failure of the frame_order.pdb_model user 
function when an ensemble
of structures is present with Monte Carlo simulations.


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=25769&r1=25768&r2=25769&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 10:14:16 2014
@@ -980,6 +980,9 @@
         self.interpreter.value.set(param='axis_alpha', val=0.5)
         self.interpreter.value.set(param='cone_sigma_max', val=0.1)
 
+        # Set up Monte Carlo data structures.
+        self.interpreter.monte_carlo.setup(10)
+
         # Create the PDB model.
         self.interpreter.frame_order.pdb_model(dir=ds.tmpdir)
 




Related Messages


Powered by MHonArc, Updated Fri Sep 12 11:00:02 2014