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)
 


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
[email protected]

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to