mailr9462 - /1.3/test_suite/system_tests/scripts/frame_order/opt_rigid_rand_rot.py


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

Header


Content

Posted by edward on September 03, 2009 - 19:17:
Author: bugman
Date: Thu Sep  3 19:17:08 2009
New Revision: 9462

URL: http://svn.gna.org/viewcvs/relax?rev=9462&view=rev
Log:
Fix for the new frame order system test - the results file goes to devnull.


Modified:
    1.3/test_suite/system_tests/scripts/frame_order/opt_rigid_rand_rot.py

Modified: 
1.3/test_suite/system_tests/scripts/frame_order/opt_rigid_rand_rot.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/frame_order/opt_rigid_rand_rot.py?rev=9462&r1=9461&r2=9462&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/scripts/frame_order/opt_rigid_rand_rot.py 
(original)
+++ 1.3/test_suite/system_tests/scripts/frame_order/opt_rigid_rand_rot.py Thu 
Sep  3 19:17:08 2009
@@ -24,4 +24,4 @@
 minimise('simplex', constraints=False)
 
 # Write the results.
-results.write('results_rigid', dir=None, force=True)
+results.write('devnull', dir=None, force=True)




Related Messages


Powered by MHonArc, Updated Thu Sep 03 19:40:04 2009