mailr10749 - /1.3/test_suite/system_tests/noe_restraints.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 - 17:44:
Author: bugman
Date: Thu Feb 18 17:44:15 2010
New Revision: 10749

URL: http://svn.gna.org/viewcvs/relax?rev=10749&view=rev
Log:
Fixes for the NOE restraint system tests as these involve the N-state model.


Modified:
    1.3/test_suite/system_tests/noe_restraints.py

Modified: 1.3/test_suite/system_tests/noe_restraints.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/noe_restraints.py?rev=10749&r1=10748&r2=10749&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/noe_restraints.py (original)
+++ 1.3/test_suite/system_tests/noe_restraints.py Thu Feb 18 17:44:15 2010
@@ -92,7 +92,7 @@
         ds.file_name = 'phthalic_acid'
 
         # Execute the script.
-        self.interpreter.run(script_file=sys.path[-1] + 
sep+'test_suite'+sep+'system_tests'+sep+'scripts'+sep+'phthalic_acid_noes.py')
+        self.interpreter.run(script_file=sys.path[-1] + 
sep+'test_suite'+sep+'system_tests'+sep+'scripts'+sep+'n_state_model'+sep+'phthalic_acid_noes.py')
 
         # The restraint data.
         restraints = [
@@ -166,7 +166,7 @@
         ds.file_name = 'pseudo_atoms.dat'
 
         # Execute the script.
-        self.interpreter.run(script_file=sys.path[-1] + 
sep+'test_suite'+sep+'system_tests'+sep+'scripts'+sep+'phthalic_acid_noes.py')
+        self.interpreter.run(script_file=sys.path[-1] + 
sep+'test_suite'+sep+'system_tests'+sep+'scripts'+sep+'n_state_model'+sep+'phthalic_acid_noes.py')
 
         # The restraint data.
         restraints = [




Related Messages


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