mailr7611 - /1.3/test_suite/system_tests/scripts/dasha.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 - 22:42:
Author: bugman
Date: Sat Oct 11 22:42:51 2008
New Revision: 7611

URL: http://svn.gna.org/viewcvs/relax?rev=7611&view=rev
Log:
Modified the Dasha system test script to use the temporary directory.


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

Modified: 1.3/test_suite/system_tests/scripts/dasha.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/dasha.py?rev=7611&r1=7610&r2=7611&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/scripts/dasha.py (original)
+++ 1.3/test_suite/system_tests/scripts/dasha.py Sat Oct 11 22:42:51 2008
@@ -36,13 +36,13 @@
     model_free.select_model(model=name)
 
     # Create the Dasha script.
-    dasha.create(algor='NR', force=True)
+    dasha.create(algor='NR', dir=ds.tmpdir, force=True)
 
     # Execute Dasha.
-    dasha.execute()
+    dasha.execute(dir=ds.tmpdir)
 
     # Read the data.
-    dasha.extract()
+    dasha.extract(dir=ds.tmpdir)
 
     # Write the results.
     results.write(file=ds.tmpdir + '/' + 'results_dasha', force=True)




Related Messages


Powered by MHonArc, Updated Sat Oct 11 23:00:05 2008