Author: bugman Date: Mon Feb 16 10:36:57 2015 New Revision: 27653 URL: http://svn.gna.org/viewcvs/relax?rev=27653&view=rev Log: Deleted a number of Frame_order.test_distribute* system tests.
These are the four double rotor model tests. The frame_order.distribute user function cannot operate on these test cases as one of the two torsion angles are set to zero in the tests. 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=27653&r1=27652&r2=27653&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 Mon Feb 16 10:36:57 2015 @@ -1742,34 +1742,6 @@ self.assertEqual(cdp.sobol_points_used, 20) - def test_distribute_double_rotor_mode1_xz_plane_tilt(self): - """Check the frame_order.distribute user function PDB file for the double rotor model with a xz-plane tilt for the first rotation mode.""" - - # Call the equivalent frame_order.simulate user function system test to do everything. - self.test_simulate_double_rotor_mode1_xz_plane_tilt(type='dist') - - - def test_distribute_double_rotor_mode1_z_axis(self): - """Check the frame_order.distribute user function PDB file for the double rotor model along the z-axis for the first rotation mode.""" - - # Call the equivalent frame_order.simulate user function system test to do everything. - self.test_simulate_double_rotor_mode1_z_axis(type='dist') - - - def test_distribute_double_rotor_mode2_xz_plane_tilt(self): - """Check the frame_order.distribute user function PDB file for the double rotor model with a xz-plane tilt for the second rotation mode.""" - - # Call the equivalent frame_order.simulate user function system test to do everything. - self.test_simulate_double_rotor_mode2_xz_plane_tilt(type='dist') - - - def test_distribute_double_rotor_mode2_z_axis(self): - """Check the frame_order.distribute user function PDB file for the double rotor model along the z-axis for the second rotation mode.""" - - # Call the equivalent frame_order.simulate user function system test to do everything. - self.test_simulate_double_rotor_mode2_z_axis(type='dist') - - def test_distribute_free_rotor_z_axis(self): """Check the frame_order.distribute user function PDB file for the free rotor model along the z-axis.""" _______________________________________________ relax (http://www.nmr-relax.com) This is the relax-commits mailing list relax-commits@gna.org 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