Author: bugman
Date: Mon Feb 16 10:23:43 2015
New Revision: 27648

URL: http://svn.gna.org/viewcvs/relax?rev=27648&view=rev
Log:
Speed up of the Frame_order.test_auto_analysis system test.

After the introduction of the frame_order.distribute user function into the 
auto-analysis, the test
was taking far too long to complete.  Now the distribution arguments are set to 
low values to allow
the test to pass in under a minute.


Modified:
    
branches/frame_order_cleanup/test_suite/system_tests/scripts/frame_order/cam/auto_analysis_to_rigid.py

Modified: 
branches/frame_order_cleanup/test_suite/system_tests/scripts/frame_order/cam/auto_analysis_to_rigid.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/test_suite/system_tests/scripts/frame_order/cam/auto_analysis_to_rigid.py?rev=27648&r1=27647&r2=27648&view=diff
==============================================================================
--- 
branches/frame_order_cleanup/test_suite/system_tests/scripts/frame_order/cam/auto_analysis_to_rigid.py
      (original)
+++ 
branches/frame_order_cleanup/test_suite/system_tests/scripts/frame_order/cam/auto_analysis_to_rigid.py
      Mon Feb 16 10:23:43 2015
@@ -1,6 +1,6 @@
 ###############################################################################
 #                                                                             #
-# Copyright (C) 2004-2013 Edward d'Auvergne                                   #
+# Copyright (C) 2004-2015 Edward d'Auvergne                                   #
 #                                                                             #
 # This file is part of the program relax (http://www.nmr-relax.com).          #
 #                                                                             #
@@ -199,6 +199,5 @@
 # Execution.
 ############
 
-# Do not change!
 Frame_order_analysis._final_state = False
-Frame_order_analysis(data_pipe_full=DATA, data_pipe_subset=SUBSET, 
pipe_bundle=PIPE_BUNDLE, results_dir=ds.tmpdir, opt_rigid=OPT_RIGID, 
opt_subset=OPT_SUBSET, opt_full=OPT_FULL, opt_mc=OPT_MC, mc_sim_num=MC_NUM, 
models=MODELS, brownian_step_size=STEP_SIZE, brownian_snapshot=SNAPSHOT, 
brownian_total=TOTAL, rigid_grid_split=True, store_intermediate=False)
+Frame_order_analysis(data_pipe_full=DATA, data_pipe_subset=SUBSET, 
pipe_bundle=PIPE_BUNDLE, results_dir=ds.tmpdir, opt_rigid=OPT_RIGID, 
opt_subset=OPT_SUBSET, opt_full=OPT_FULL, opt_mc=OPT_MC, mc_sim_num=MC_NUM, 
models=MODELS, brownian_step_size=STEP_SIZE, brownian_snapshot=SNAPSHOT, 
brownian_total=TOTAL, dist_total=3, dist_max_rotations=5, 
rigid_grid_split=True, store_intermediate=False)


_______________________________________________
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