mailr10752 - /1.3/test_suite/system_tests/scripts/n_state_model/stereochem_analysis.py


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

Header


Content

Posted by edward on February 18, 2010 - 18:06:
Author: bugman
Date: Thu Feb 18 18:06:27 2010
New Revision: 10752

URL: http://svn.gna.org/viewcvs/relax?rev=10752&view=rev
Log:
Another fix for the stereochem_analysis system test, the results dir is now 
in ds.tmpdir.


Modified:
    1.3/test_suite/system_tests/scripts/n_state_model/stereochem_analysis.py

Modified: 
1.3/test_suite/system_tests/scripts/n_state_model/stereochem_analysis.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/n_state_model/stereochem_analysis.py?rev=10752&r1=10751&r2=10752&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/scripts/n_state_model/stereochem_analysis.py 
(original)
+++ 1.3/test_suite/system_tests/scripts/n_state_model/stereochem_analysis.py 
Thu Feb 18 18:06:27 2010
@@ -158,5 +158,5 @@
     if i != 3:
         analysis.run()
     else:
-        print("Renaming '%s' to '%s'." % (RESULTS_DIR+sep+'ensembles', 
RESULTS_DIR+sep+'ensembles_superimposed'))
-        rename(RESULTS_DIR+sep+'ensembles', 
RESULTS_DIR+sep+'ensembles_superimposed')
+        print("Renaming '%s' to '%s'." % (ds.tmpdir+sep+'ensembles', 
ds.tmpdir+sep+'ensembles_superimposed'))
+        rename(ds.tmpdir+sep+'ensembles', 
ds.tmpdir+sep+'ensembles_superimposed')




Related Messages


Powered by MHonArc, Updated Thu Feb 18 18:40:02 2010