mailr22642 - in /trunk: ./ test_suite/system_tests/scripts/frame_order/cam/


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on April 03, 2014 - 20:00:
Author: bugman
Date: Thu Apr  3 20:00:26 2014
New Revision: 22642

URL: http://svn.gna.org/viewcvs/relax?rev=22642&view=rev
Log:
Merged revisions 22171-22175 via svnmerge from 
svn+ssh://bugman@xxxxxxxxxxx/svn/relax/branches/double_rotor

........
  r22171 | bugman | 2014-02-12 09:30:17 +0100 (Wed, 12 Feb 2014) | 3 lines
  
  Capitalised the class variables of all of the CaM frame order system test 
scripts.
........
  r22172 | bugman | 2014-02-12 10:14:05 +0100 (Wed, 12 Feb 2014) | 6 lines
  
  Class variable cleanup for the CaM frame order system test scripts.
  
  The variables are now all defined in the base script and only overwritten 
when needed by the
  individual tests.
........
  r22173 | bugman | 2014-02-12 10:16:47 +0100 (Wed, 12 Feb 2014) | 3 lines
  
  Updated the test_suite.system_tests.scripts.frame_order.cam package __all__ 
list.
........
  r22174 | bugman | 2014-02-12 11:14:09 +0100 (Wed, 12 Feb 2014) | 6 lines
  
  Changed the handling of the pivot point in the CaM frame order system tests.
  
  The pivot point is now a class variable, rather than being hardcoded into a 
function.  The handling
  of a second pivot has also been added.
........
  r22175 | bugman | 2014-02-12 11:15:07 +0100 (Wed, 12 Feb 2014) | 3 lines
  
  Updated the CaM frame order double rotor system test script to have the 
correct two pivots.
........

Modified:
    trunk/   (props changed)
    trunk/test_suite/system_tests/scripts/frame_order/cam/__init__.py
    trunk/test_suite/system_tests/scripts/frame_order/cam/base_script.py
    trunk/test_suite/system_tests/scripts/frame_order/cam/double_rotor.py
    trunk/test_suite/system_tests/scripts/frame_order/cam/free_rotor.py
    trunk/test_suite/system_tests/scripts/frame_order/cam/free_rotor2.py
    
trunk/test_suite/system_tests/scripts/frame_order/cam/free_rotor_missing_data.py
    trunk/test_suite/system_tests/scripts/frame_order/cam/iso_cone.py
    
trunk/test_suite/system_tests/scripts/frame_order/cam/iso_cone_free_rotor.py
    
trunk/test_suite/system_tests/scripts/frame_order/cam/iso_cone_free_rotor2.py
    
trunk/test_suite/system_tests/scripts/frame_order/cam/iso_cone_torsionless.py
    trunk/test_suite/system_tests/scripts/frame_order/cam/pseudo_ellipse.py
    trunk/test_suite/system_tests/scripts/frame_order/cam/pseudo_ellipse2.py
    
trunk/test_suite/system_tests/scripts/frame_order/cam/pseudo_ellipse_free_rotor.py
    
trunk/test_suite/system_tests/scripts/frame_order/cam/pseudo_ellipse_torsionless.py
    trunk/test_suite/system_tests/scripts/frame_order/cam/rigid.py
    trunk/test_suite/system_tests/scripts/frame_order/cam/rotor.py
    trunk/test_suite/system_tests/scripts/frame_order/cam/rotor2.py
    trunk/test_suite/system_tests/scripts/frame_order/cam/rotor_2_state.py

[This mail would be too long, it was shortened to contain the URLs only.]

Modified: trunk/test_suite/system_tests/scripts/frame_order/cam/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/scripts/frame_order/cam/__init__.py?rev=22642&r1=22641&r2=22642&view=diff

Modified: trunk/test_suite/system_tests/scripts/frame_order/cam/base_script.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/scripts/frame_order/cam/base_script.py?rev=22642&r1=22641&r2=22642&view=diff

Modified: 
trunk/test_suite/system_tests/scripts/frame_order/cam/double_rotor.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/scripts/frame_order/cam/double_rotor.py?rev=22642&r1=22641&r2=22642&view=diff

Modified: trunk/test_suite/system_tests/scripts/frame_order/cam/free_rotor.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/scripts/frame_order/cam/free_rotor.py?rev=22642&r1=22641&r2=22642&view=diff

Modified: trunk/test_suite/system_tests/scripts/frame_order/cam/free_rotor2.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/scripts/frame_order/cam/free_rotor2.py?rev=22642&r1=22641&r2=22642&view=diff

Modified: 
trunk/test_suite/system_tests/scripts/frame_order/cam/free_rotor_missing_data.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/scripts/frame_order/cam/free_rotor_missing_data.py?rev=22642&r1=22641&r2=22642&view=diff

Modified: trunk/test_suite/system_tests/scripts/frame_order/cam/iso_cone.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/scripts/frame_order/cam/iso_cone.py?rev=22642&r1=22641&r2=22642&view=diff

Modified: 
trunk/test_suite/system_tests/scripts/frame_order/cam/iso_cone_free_rotor.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/scripts/frame_order/cam/iso_cone_free_rotor.py?rev=22642&r1=22641&r2=22642&view=diff

Modified: 
trunk/test_suite/system_tests/scripts/frame_order/cam/iso_cone_free_rotor2.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/scripts/frame_order/cam/iso_cone_free_rotor2.py?rev=22642&r1=22641&r2=22642&view=diff

Modified: 
trunk/test_suite/system_tests/scripts/frame_order/cam/iso_cone_torsionless.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/scripts/frame_order/cam/iso_cone_torsionless.py?rev=22642&r1=22641&r2=22642&view=diff

Modified: 
trunk/test_suite/system_tests/scripts/frame_order/cam/pseudo_ellipse.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/scripts/frame_order/cam/pseudo_ellipse.py?rev=22642&r1=22641&r2=22642&view=diff

Modified: 
trunk/test_suite/system_tests/scripts/frame_order/cam/pseudo_ellipse2.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/scripts/frame_order/cam/pseudo_ellipse2.py?rev=22642&r1=22641&r2=22642&view=diff

Modified: 
trunk/test_suite/system_tests/scripts/frame_order/cam/pseudo_ellipse_free_rotor.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/scripts/frame_order/cam/pseudo_ellipse_free_rotor.py?rev=22642&r1=22641&r2=22642&view=diff

Modified: 
trunk/test_suite/system_tests/scripts/frame_order/cam/pseudo_ellipse_torsionless.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/scripts/frame_order/cam/pseudo_ellipse_torsionless.py?rev=22642&r1=22641&r2=22642&view=diff

Modified: trunk/test_suite/system_tests/scripts/frame_order/cam/rigid.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/scripts/frame_order/cam/rigid.py?rev=22642&r1=22641&r2=22642&view=diff

Modified: trunk/test_suite/system_tests/scripts/frame_order/cam/rotor.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/scripts/frame_order/cam/rotor.py?rev=22642&r1=22641&r2=22642&view=diff

Modified: trunk/test_suite/system_tests/scripts/frame_order/cam/rotor2.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/scripts/frame_order/cam/rotor2.py?rev=22642&r1=22641&r2=22642&view=diff

Modified: 
trunk/test_suite/system_tests/scripts/frame_order/cam/rotor_2_state.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/scripts/frame_order/cam/rotor_2_state.py?rev=22642&r1=22641&r2=22642&view=diff




Related Messages


Powered by MHonArc, Updated Thu Apr 03 20:20:01 2014