mailr11033 - /1.3/test_suite/system_tests/scripts/diff_tensor/ellipsoid_opt.py


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

Header


Content

Posted by edward on March 19, 2010 - 14:18:
Author: bugman
Date: Fri Mar 19 14:18:05 2010
New Revision: 11033

URL: http://svn.gna.org/viewcvs/relax?rev=11033&view=rev
Log:
Fix for the path used in the ellipsoid diff tensor optimisation script.


Modified:
    1.3/test_suite/system_tests/scripts/diff_tensor/ellipsoid_opt.py

Modified: 1.3/test_suite/system_tests/scripts/diff_tensor/ellipsoid_opt.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/diff_tensor/ellipsoid_opt.py?rev=11033&r1=11032&r2=11033&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/scripts/diff_tensor/ellipsoid_opt.py 
(original)
+++ 1.3/test_suite/system_tests/scripts/diff_tensor/ellipsoid_opt.py Fri Mar 
19 14:18:05 2010
@@ -11,7 +11,7 @@
 pipe.create('diff_opt', 'mf')
 
 # Path of the files.
-path = __main__.install_path + 
sep+'test_suite'+sep+'shared_data'+sep+'ellipsoid'+sep+'diffusion_tensor'
+path = __main__.install_path + 
sep+'test_suite'+sep+'shared_data'+sep+'diffusion_tensor'+sep+'ellipsoid'
 
 # Load the sequence.
 sequence.read('NOE.500.out', dir=path, res_num_col=1)




Related Messages


Powered by MHonArc, Updated Fri Mar 19 14:40:01 2010