mailr23977 - /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 June 16, 2014 - 17:08:
Author: bugman
Date: Mon Jun 16 17:08:10 2014
New Revision: 23977

URL: http://svn.gna.org/viewcvs/relax?rev=23977&view=rev
Log:
Modified the rigid_test.py system test script to really be the rigid case.

This is used in all of the Frame_order.test_rigid_data_to_*_model system 
tests.  Previously the
parameters of the dynamics were set to being close to zero, to catch the 
cases were a few Sobol'
PCS integration points were accepted.  But now the case were no Sobol' points 
can be used is being
tested.  This checks a code path currently untested in the test suite, 
demonstrating many failures.


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=23977&r1=23976&r2=23977&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
      Mon Jun 16 17:08:10 2014
@@ -140,11 +140,11 @@
 cdp.ave_pos_gamma = 2.14159265359
 
 # Set some parameters close to zero, but far enough away from zero to allow 
for the numerical integration.
-cdp.cone_s1 = 0.99
-cdp.cone_theta = 0.05
-cdp.cone_theta_x = 0.1
-cdp.cone_theta_y = 0.1
-cdp.cone_sigma_max = 0.05
+cdp.cone_s1 = 1.0
+cdp.cone_theta = 0.0
+cdp.cone_theta_x = 0.0
+cdp.cone_theta_y = 0.0
+cdp.cone_sigma_max = 0.0
 
 # Allow for stand-alone operation.
 if not hasattr(ds, 'model'):




Related Messages


Powered by MHonArc, Updated Mon Jun 16 17:40:02 2014