mailr6758 - /1.3/test_suite/system_tests/scripts/omp_model_free.py


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

Header


Content

Posted by edward on July 05, 2008 - 16:21:
Author: bugman
Date: Sat Jul  5 16:20:57 2008
New Revision: 6758

URL: http://svn.gna.org/viewcvs/relax?rev=6758&view=rev
Log:
Fix for the OMP model-free optimisation system test.

The MF_MODELS variable now exists.


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

Modified: 1.3/test_suite/system_tests/scripts/omp_model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/omp_model_free.py?rev=6758&r1=6757&r2=6758&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/scripts/omp_model_free.py (original)
+++ 1.3/test_suite/system_tests/scripts/omp_model_free.py Sat Jul  5 16:20:57 
2008
@@ -10,8 +10,9 @@
 # Path of the relaxation data.
 DATA_PATH = sys.path[-1] + '/test_suite/shared_data/model_free/OMP'
 
-# Mini subset of local tm data pipes.
+# Mini subset of local tm and model-free data pipes.
 LOCAL_TM_MODELS = ['tm0', 'tm1', 'tm2']
+MF_MODELS = ['m0', 'm1', 'm2']
 
 # The bond length, CSA values, heteronucleus type, and proton type.
 BOND_LENGTH = 1.02 * 1e-10




Related Messages


Powered by MHonArc, Updated Sat Jul 05 16:40:10 2008