Author: bugman
Date: Sun Sep 14 13:14:51 2014
New Revision: 25824
URL: http://svn.gna.org/viewcvs/relax?rev=25824&view=rev
Log:
Created the Frame_order.test_num_int_pts3 system test.
This checks the operation of the frame_order.num_int_pts user function when the
model has been and
the frame order parameters have been set up.
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=25824&r1=25823&r2=25824&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 13:14:51 2014
@@ -1344,6 +1344,31 @@
self.interpreter.frame_order.num_int_pts(200)
+ def test_num_int_pts3(self):
+ """Check the operation of the frame_order.num_int_pts user function
with the model and parameters set up."""
+
+ # Create a data pipe.
+ self.interpreter.pipe.create('test', 'frame order')
+
+ # Set the model.
+ self.interpreter.frame_order.select_model('iso cone')
+
+ # Set up the system.
+ self.interpreter.value.set(param='ave_pos_x', val=0.0)
+ self.interpreter.value.set(param='ave_pos_y', val=0.0)
+ self.interpreter.value.set(param='ave_pos_z', val=0.0)
+ self.interpreter.value.set(param='ave_pos_alpha', val=0.0)
+ self.interpreter.value.set(param='ave_pos_beta', val=0.0)
+ self.interpreter.value.set(param='ave_pos_gamma', val=0.0)
+ self.interpreter.value.set(param='axis_theta', val=0.5)
+ self.interpreter.value.set(param='axis_phi', val=0.1)
+ self.interpreter.value.set(param='cone_theta', val=0.1)
+ self.interpreter.value.set(param='cone_sigma_max', val=0.1)
+
+ # 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