mailr25827 - /branches/frame_order_cleanup/test_suite/system_tests/frame_order.py


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

Header


Content

Posted by edward on September 14, 2014 - 14:44:
Author: bugman
Date: Sun Sep 14 14:44:49 2014
New Revision: 25827

URL: http://svn.gna.org/viewcvs/relax?rev=25827&view=rev
Log:
Modified the Frame_order.test_count_sobol_points system test.

The number of points has been massively decreased as generating Sobol' points 
takes a long time, and
the check for the number of used Sobol' points has been set to the real value.


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=25827&r1=25826&r2=25827&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 Sun 
Sep 14 14:44:49 2014
@@ -953,10 +953,10 @@
         self.interpreter.state.load(data_path+sep+'cam_pseudo_ellipse')
 
         # Set the number of integration points, and see if they can be 
counted.
-        self.interpreter.frame_order.num_int_pts(200000)
+        self.interpreter.frame_order.num_int_pts(2000)
 
         # Check the count.
-        self.assertEqual(cdp.used_sobol_points, 200)
+        self.assertEqual(cdp.used_sobol_points, 258)
 
 
     def test_frame_order_pdb_model_failed_pivot(self):




Related Messages


Powered by MHonArc, Updated Sun Sep 14 15:00:02 2014