mailr12802 - /1.3/test_suite/system_tests/scripts/bmrb_rw.py


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

Header


Content

Posted by edward on March 04, 2011 - 16:29:
Author: bugman
Date: Fri Mar  4 16:29:12 2011
New Revision: 12802

URL: http://svn.gna.org/viewcvs/relax?rev=12802&view=rev
Log:
Fix for the BMRB system test which was broken due to the restructuring of the 
sample_scripts directory.


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

Modified: 1.3/test_suite/system_tests/scripts/bmrb_rw.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/scripts/bmrb_rw.py?rev=12802&r1=12801&r2=12802&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/scripts/bmrb_rw.py (original)
+++ 1.3/test_suite/system_tests/scripts/bmrb_rw.py Fri Mar  4 16:29:12 2011
@@ -52,7 +52,7 @@
 bmrb.software(name='X', url='http://nmr-relax.com', vendor_name='me', 
cite_ids=['test'], tasks=['procrastinating', 'nothing much', 'wasting time'])
 bmrb.script(file='noe.py', dir=status.install_path+sep+'sample_scripts', 
analysis_type='noe', engine='relax')
 bmrb.script(file='relax_fit.py', 
dir=status.install_path+sep+'sample_scripts', analysis_type='relax_fit', 
engine='relax')
-bmrb.script(file='full_analysis.py', 
dir=status.install_path+sep+'sample_scripts', analysis_type='mf', 
model_selection='AIC', engine='relax', model_elim=True, 
universal_solution=True)
+bmrb.script(file='dauvergne_protocol.py', 
dir=status.install_path+sep+'sample_scripts'+sep+'model_free', 
analysis_type='mf', model_selection='AIC', engine='relax', model_elim=True, 
universal_solution=True)
 
 # Write, then read the data to a new data pipe.
 bmrb.write(file=ds.tmpfile, dir=None, version=ds.version, force=True)




Related Messages


Powered by MHonArc, Updated Fri Mar 04 16:40:08 2011