mailr18642 - /branches/frame_order_testing/test_suite/system_tests/scripts/frame_order/cam/pseudo_ellipse.py


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

Header


Content

Posted by edward on March 05, 2013 - 15:49:
Author: bugman
Date: Tue Mar  5 15:49:25 2013
New Revision: 18642

URL: http://svn.gna.org/viewcvs/relax?rev=18642&view=rev
Log:
Large decrease in the time required for the pseudo-ellipse CaM frame order 
system test.

The number of integration points has been massively decreased from 1000 to 15 
(all other tests are
50 points).  This halves the time down to about half a minute on one machine.


Modified:
    
branches/frame_order_testing/test_suite/system_tests/scripts/frame_order/cam/pseudo_ellipse.py

Modified: 
branches/frame_order_testing/test_suite/system_tests/scripts/frame_order/cam/pseudo_ellipse.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/test_suite/system_tests/scripts/frame_order/cam/pseudo_ellipse.py?rev=18642&r1=18641&r2=18642&view=diff
==============================================================================
--- 
branches/frame_order_testing/test_suite/system_tests/scripts/frame_order/cam/pseudo_ellipse.py
 (original)
+++ 
branches/frame_order_testing/test_suite/system_tests/scripts/frame_order/cam/pseudo_ellipse.py
 Tue Mar  5 15:49:25 2013
@@ -40,7 +40,7 @@
     cone_theta_y = 50.0 * 2.0 * pi / 360.0
     cone_sigma_max = 60.0 * 2.0 * pi / 360.0
     cone = True
-    num_int_pts = 1000
+    num_int_pts = 15
 
 
 # Execute the analysis.




Related Messages


Powered by MHonArc, Updated Tue Mar 05 16:00:01 2013