mailr25862 - /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 17, 2014 - 11:05:
Author: bugman
Date: Wed Sep 17 11:05:28 2014
New Revision: 25862

URL: http://svn.gna.org/viewcvs/relax?rev=25862&view=rev
Log:
Updates for the number of Sobol' points in the 
Frame_order.test_count_sobol_points_* system tests.

This is simply to allow all Frame_order system tests to pass.


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=25862&r1=25861&r2=25862&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 Wed 
Sep 17 11:05:28 2014
@@ -956,7 +956,7 @@
         self.interpreter.frame_order.num_int_pts(2000)
 
         # Check the count.
-        self.assertEqual(cdp.used_sobol_points, 258)
+        self.assertEqual(cdp.used_sobol_points, 72)
 
 
     def test_count_sobol_points2(self):
@@ -973,7 +973,7 @@
         self.interpreter.frame_order.count_sobol_points()
 
         # Check the count.
-        self.assertEqual(cdp.used_sobol_points, 12)
+        self.assertEqual(cdp.used_sobol_points, 3)
 
 
     def test_count_sobol_points_free_rotor(self):
@@ -1041,7 +1041,7 @@
         self.interpreter.frame_order.count_sobol_points()
 
         # Check the count.
-        self.assertEqual(cdp.used_sobol_points, 5834)
+        self.assertEqual(cdp.used_sobol_points, 1666)
 
 
     def test_frame_order_pdb_model_failed_pivot(self):




Related Messages


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