Author: bugman Date: Fri Nov 21 08:44:35 2014 New Revision: 26675 URL: http://svn.gna.org/viewcvs/relax?rev=26675&view=rev Log: Fix for inverted axes in the new Frame_order.test_pdb_model_rotor system test.
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=26675&r1=26674&r2=26675&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 Fri Nov 21 08:44:35 2014 @@ -1650,18 +1650,18 @@ data = [ [ 1, 'PIV', 1, 'Piv', [1.0, 0.0, 0.0]], [ 1, 'RTX', 2, 'CTR', [1.0, 0.0, 0.0]], - [ 2, 'RTX', 3, 'PRP', [1.0, 0.0, -30.0]], - [ 3, 'RTX', 4, 'PRP', [1.0, 0.0, 30.0]], - [ 4, 'RTB', 5, 'BLO', [1.0, 0.0, -30.0]], - [ 5, 'RTB', 187, 'BLO', [1.0, 0.0, -28.0]], - [ 6, 'RTB', 369, 'BLO', [1.0, 0.0, -30.0]], - [ 7, 'RTB', 551, 'BLO', [1.0, 0.0, -28.0]], - [ 8, 'RTB', 733, 'BLO', [1.0, 0.0, 30.0]], - [ 9, 'RTB', 915, 'BLO', [1.0, 0.0, 28.0]], - [10, 'RTB', 1097, 'BLO', [1.0, 0.0, 30.0]], - [11, 'RTB', 1279, 'BLO', [1.0, 0.0, 28.0]], - [12, 'RTL', 1461, 'z-ax', [1.0, 0.0, -32.0]], - [12, 'RTL', 1462, 'z-ax', [1.0, 0.0, 32.0]] + [ 2, 'RTX', 3, 'PRP', [1.0, 0.0, 30.0]], + [ 3, 'RTX', 4, 'PRP', [1.0, 0.0, -30.0]], + [ 4, 'RTB', 5, 'BLO', [1.0, 0.0, 30.0]], + [ 5, 'RTB', 187, 'BLO', [1.0, 0.0, 28.0]], + [ 6, 'RTB', 369, 'BLO', [1.0, 0.0, 30.0]], + [ 7, 'RTB', 551, 'BLO', [1.0, 0.0, 28.0]], + [ 8, 'RTB', 733, 'BLO', [1.0, 0.0, -30.0]], + [ 9, 'RTB', 915, 'BLO', [1.0, 0.0, -28.0]], + [10, 'RTB', 1097, 'BLO', [1.0, 0.0, -30.0]], + [11, 'RTB', 1279, 'BLO', [1.0, 0.0, -28.0]], + [12, 'RTL', 1461, 'z-ax', [1.0, 0.0, 32.0]], + [12, 'RTL', 1462, 'z-ax', [1.0, 0.0, -32.0]] ] # Check the atomic coordinates. _______________________________________________ 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