Author: bugman
Date: Sun Sep 14 15:08:46 2014
New Revision: 25833
URL: http://svn.gna.org/viewcvs/relax?rev=25833&view=rev
Log:
Fix for the Frame_order.test_count_sobol_points_rigid system test.
This now checks that cdp.used_sobol_points does not exist for the rigid frame
order model after a
call to the frame_order.count_sobol_points user function.
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=25833&r1=25832&r2=25833&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 15:08:46 2014
@@ -990,7 +990,7 @@
self.interpreter.frame_order.count_sobol_points()
# Check the count.
- self.assertEqual(cdp.used_sobol_points, 0)
+ self.assert_(not hasattr(cdp, 'used_sobol_points'))
def test_frame_order_pdb_model_failed_pivot(self):
_______________________________________________
relax (http://www.nmr-relax.com)
This is the relax-commits mailing list
[email protected]
To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits