mailr3034 - /1.3/test_suite/unit_tests/data/test_diff_tensor.py


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

Header


Content

Posted by edward on February 27, 2007 - 04:21:
Author: bugman
Date: Tue Feb 27 04:20:57 2007
New Revision: 3034

URL: http://svn.gna.org/viewcvs/relax?rev=3034&view=rev
Log:
Fixed the relax_path variable in the diffusion tensor data structure unit 
tests.


Modified:
    1.3/test_suite/unit_tests/data/test_diff_tensor.py

Modified: 1.3/test_suite/unit_tests/data/test_diff_tensor.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/data/test_diff_tensor.py?rev=3034&r1=3033&r2=3034&view=diff
==============================================================================
--- 1.3/test_suite/unit_tests/data/test_diff_tensor.py (original)
+++ 1.3/test_suite/unit_tests/data/test_diff_tensor.py Tue Feb 27 04:20:57 
2007
@@ -31,7 +31,7 @@
 
 # Modify the system path so that the relax modules can be imported (for 
stand alone execution).
 path_comps = split(path[0], sep)
-relax_path = sep + join(*path_comps[0:5])
+relax_path = sep + join(*path_comps[0:-3])
 path.append(relax_path)
 
 from data.diff_tensor import DiffTensorElement, DiffTensorSimList




Related Messages


Powered by MHonArc, Updated Tue Feb 27 05:40:05 2007