Author: bugman
Date: Sun Sep 14 11:39:14 2014
New Revision: 25816
URL: http://svn.gna.org/viewcvs/relax?rev=25816&view=rev
Log:
Created the very simple Frame_order.test_num_int_points system test.
This simply creates a data pipe and calls the frame_order.num_int_pts user
function to test its
operation. This is to increase the test suite coverage of this 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=25816&r1=25815&r2=25816&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 11:39:14 2014
@@ -1321,6 +1321,16 @@
self.assertAlmostEqual(ds.chi2[i], chi2_ref[i])
+ def test_num_int_points(self):
+ """Check the basic operation of the frame_order.num_int_pts user
function."""
+
+ # Create a data pipe.
+ self.interpreter.pipe.create('test', 'frame order')
+
+ # Set a number of points.
+ self.interpreter.frame_order.num_int_pts(200)
+
+
def fixme_test_opendx_map(self):
"""Test the mapping of the Euler angle parameters for OpenDx
viewing."""
_______________________________________________
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