mailr25888 - /branches/frame_order_cleanup/test_suite/system_tests/scripts/frame_order/rigid_test.py


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

Header


Content

Posted by edward on September 17, 2014 - 17:12:
Author: bugman
Date: Wed Sep 17 17:11:59 2014
New Revision: 25888

URL: http://svn.gna.org/viewcvs/relax?rev=25888&view=rev
Log:
Fix for all of the Frame_order.test_rigid_data_to_*_model system tests.

The frame_order.num_int_pts user function call was changed to 
frame_order.sobol_setup.

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

Modified: 
branches/frame_order_cleanup/test_suite/system_tests/scripts/frame_order/rigid_test.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/test_suite/system_tests/scripts/frame_order/rigid_test.py?rev=25888&r1=25887&r2=25888&view=diff
==============================================================================
--- 
branches/frame_order_cleanup/test_suite/system_tests/scripts/frame_order/rigid_test.py
      (original)
+++ 
branches/frame_order_cleanup/test_suite/system_tests/scripts/frame_order/rigid_test.py
      Wed Sep 17 17:11:59 2014
@@ -129,7 +129,7 @@
 self._execute_uf(uf_name='paramag.centre', pos=[-5, -7, -9])
 
 # Set the number of integration points.
-self._execute_uf(uf_name='frame_order.num_int_pts', num=10000)
+self._execute_uf(uf_name='frame_order.sobol_setup', max_num=100)
 
 # Set the real parameter values (the inverted displacement values).
 cdp.ave_pos_x = -1




Related Messages


Powered by MHonArc, Updated Wed Sep 17 17:20:03 2014