mailr19770 - /branches/relax_disp/test_suite/system_tests/scripts/relax_disp/hansen_data.py


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

Header


Content

Posted by edward on May 29, 2013 - 14:55:
Author: bugman
Date: Wed May 29 14:55:44 2013
New Revision: 19770

URL: http://svn.gna.org/viewcvs/relax?rev=19770&view=rev
Log:
The dispersion system test script for Hansen's CPMG data can now run 
stand-alone.


Modified:
    
branches/relax_disp/test_suite/system_tests/scripts/relax_disp/hansen_data.py

Modified: 
branches/relax_disp/test_suite/system_tests/scripts/relax_disp/hansen_data.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/test_suite/system_tests/scripts/relax_disp/hansen_data.py?rev=19770&r1=19769&r2=19770&view=diff
==============================================================================
--- 
branches/relax_disp/test_suite/system_tests/scripts/relax_disp/hansen_data.py 
(original)
+++ 
branches/relax_disp/test_suite/system_tests/scripts/relax_disp/hansen_data.py 
Wed May 29 14:55:44 2013
@@ -13,6 +13,10 @@
 MODELS = ['LM63']
 if hasattr(ds, 'models'):
     MODELS = ds.models
+
+# The temporary directory, if needed.
+if not hasattr(ds, 'tmpdir'):
+    ds.tmpdir = 'temp'
 
 # The grid search size (the number of increments per dimension).
 GRID_INC = 5




Related Messages


Powered by MHonArc, Updated Wed May 29 15:20:01 2013