mailr7617 - /1.3/test_suite/system_tests/scripts/palmer.py


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

Header


Content

Posted by edward on October 11, 2008 - 23:06:
Author: bugman
Date: Sat Oct 11 23:06:13 2008
New Revision: 7617

URL: http://svn.gna.org/viewcvs/relax?rev=7617&view=rev
Log:
The Modelfree4 execution system test script can now be run outside of the 
test suite framework.


Modified:
    1.3/test_suite/system_tests/scripts/palmer.py

Modified: 1.3/test_suite/system_tests/scripts/palmer.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/palmer.py?rev=7617&r1=7616&r2=7617&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/scripts/palmer.py (original)
+++ 1.3/test_suite/system_tests/scripts/palmer.py Sat Oct 11 23:06:13 2008
@@ -14,6 +14,10 @@
 #   Stage 2:  Model-free model selection.
 #   Stage 3:  Final optimisation of diffusion tensor parameters together 
with model-free parameters.
 
+
+# Missing temp directory (allow this script to run outside of the system 
test framework).
+if not hasattr(ds, 'tmpdir'):
+    ds.tmpdir = 'temp_script'
 
 # Functions.
 




Related Messages


Powered by MHonArc, Updated Sat Oct 11 23:20:03 2008