mailr19487 - in /branches/relax_disp/test_suite/system_tests: relax_disp.py scripts/relax_disp/exp_fit.py


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

Header


Content

Posted by edward on April 16, 2013 - 12:11:
Author: bugman
Date: Tue Apr 16 12:11:56 2013
New Revision: 19487

URL: http://svn.gna.org/viewcvs/relax?rev=19487&view=rev
Log:
Fixes for the renaming of the relaxation dispersion test suite shared data 
directory.


Modified:
    branches/relax_disp/test_suite/system_tests/relax_disp.py
    branches/relax_disp/test_suite/system_tests/scripts/relax_disp/exp_fit.py

Modified: branches/relax_disp/test_suite/system_tests/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/test_suite/system_tests/relax_disp.py?rev=19487&r1=19486&r2=19487&view=diff
==============================================================================
--- branches/relax_disp/test_suite/system_tests/relax_disp.py (original)
+++ branches/relax_disp/test_suite/system_tests/relax_disp.py Tue Apr 16 
12:11:56 2013
@@ -139,7 +139,7 @@
         self.interpreter.residue.create(3, 'Gly')
 
         # Read the file.
-        self.interpreter.relax_data.read(ri_id='R2eff.600', ri_type='R2eff', 
frq=600*1e6, file='r2eff.out', dir=status.install_path + 
sep+'test_suite'+sep+'shared_data'+sep+'curve_fitting_disp'+sep+'r2eff', 
res_num_col=1, res_name_col=2, data_col=3, error_col=4)
+        self.interpreter.relax_data.read(ri_id='R2eff.600', ri_type='R2eff', 
frq=600*1e6, file='r2eff.out', dir=status.install_path + 
sep+'test_suite'+sep+'shared_data'+sep+'dispersion'+sep+'r2eff', 
res_num_col=1, res_name_col=2, data_col=3, error_col=4)
 
         # Test the data.
         self.assertEqual(cdp.mol[0].res[0].spin[0].ri_data['R2eff.600'], 
15.000)

Modified: 
branches/relax_disp/test_suite/system_tests/scripts/relax_disp/exp_fit.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/test_suite/system_tests/scripts/relax_disp/exp_fit.py?rev=19487&r1=19486&r2=19487&view=diff
==============================================================================
--- branches/relax_disp/test_suite/system_tests/scripts/relax_disp/exp_fit.py 
(original)
+++ branches/relax_disp/test_suite/system_tests/scripts/relax_disp/exp_fit.py 
Tue Apr 16 12:11:56 2013
@@ -36,7 +36,7 @@
 pipe.create(pipe_name=pipe_name, bundle=pipe_bundle, pipe_type='relax_disp')
 
 # The path to the data files.
-data_path = status.install_path + 
sep+'test_suite'+sep+'shared_data'+sep+'curve_fitting_disp'+sep+'exp_fit_data'
+data_path = status.install_path + 
sep+'test_suite'+sep+'shared_data'+sep+'dispersion'+sep+'exp_fit_data'
 
 # Create the sequence data.
 spin.create(res_name='Asp', res_num=1, spin_name='N')




Related Messages


Powered by MHonArc, Updated Wed Apr 17 23:20:02 2013