mailr25791 - /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 - 15:19:
Author: bugman
Date: Fri Sep 12 15:19:16 2014
New Revision: 25791

URL: http://svn.gna.org/viewcvs/relax?rev=25791&view=rev
Log:
Fix for the Frame_order.test_frame_order_pdb_model_ensemble system test.

More needed to be done to set up the Monte Carlo simulations - the 
monte_carlo.initial_values user
function call was required.


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=25791&r1=25790&r2=25791&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 15:19:16 2014
@@ -982,6 +982,7 @@
 
         # Set up Monte Carlo data structures.
         self.interpreter.monte_carlo.setup(10)
+        self.interpreter.monte_carlo.initial_values()
 
         # Create the PDB model.
         self.interpreter.frame_order.pdb_model(dir=ds.tmpdir)




Related Messages


Powered by MHonArc, Updated Fri Sep 12 15:40:02 2014