mailr10751 - /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:05:
Author: bugman
Date: Thu Feb 18 18:05:15 2010
New Revision: 10751

URL: http://svn.gna.org/viewcvs/relax?rev=10751&view=rev
Log:
Bug fix for the snapshot paths.


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=10751&r1=10750&r2=10751&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:05:15 2010
@@ -60,7 +60,7 @@
 
 # Path of the data files.
 path = sys.path[-1] + sep + 'test_suite' + sep + 'shared_data'
-path_str = path + sep + 'structures' + sep + 'phthalic_acid' + sep + 
'snapshots' + sep
+path_str = path + sep + 'structures' + sep + 'phthalic_acid' + sep + 
'snapshots'
 path_noe = path + sep + 'noe_restraints' + sep
 path_rdc = path + sep + 'rdc_data' + sep
 
@@ -74,7 +74,7 @@
 CONFIGS = ["R", "S"]
 
 # Snapshot directories (corresponding to CONFIGS).
-SNAPSHOT_DIR = [path_str + "snapshots", path_str + "snapshots"]
+SNAPSHOT_DIR = [path_str, path_str]
 
 # Min and max number of the snapshots (corresponding to CONFIGS).
 SNAPSHOT_MIN = [0, 0]




Related Messages


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