mailr19268 - /branches/relax_disp/test_suite/system_tests/scripts/relax_disp_cpmg_fast.py


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

Header


Content

Posted by edward on March 27, 2013 - 18:11:
Author: bugman
Date: Wed Mar 27 18:11:39 2013
New Revision: 19268

URL: http://svn.gna.org/viewcvs/relax?rev=19268&view=rev
Log:
Fix for the Relax_disp.test_curve_fitting_cpmg_fast system test variable 
names.


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

Modified: 
branches/relax_disp/test_suite/system_tests/scripts/relax_disp_cpmg_fast.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/test_suite/system_tests/scripts/relax_disp_cpmg_fast.py?rev=19268&r1=19267&r2=19268&view=diff
==============================================================================
--- 
branches/relax_disp/test_suite/system_tests/scripts/relax_disp_cpmg_fast.py 
(original)
+++ 
branches/relax_disp/test_suite/system_tests/scripts/relax_disp_cpmg_fast.py 
Wed Mar 27 18:11:39 2013
@@ -83,8 +83,8 @@
 # Loop over the spectra.
 for i in xrange(len(names)):
     # Load the peak intensities.
-    spectrum.read_intensities(file=names[i], dir=data_path_1, 
spectrum_id=names[i], int_method='height')
-    spectrum.read_intensities(file=names[i], dir=data_path_2, 
spectrum_id=names[i], int_method='height')
+    spectrum.read_intensities(file=names[i], dir=data_path1, 
spectrum_id=names[i], int_method='height')
+    spectrum.read_intensities(file=names[i], dir=data_path2, 
spectrum_id=names[i], int_method='height')
 
     # Set the relaxation dispersion CPMG frequencies.
     relax_disp.cpmg_frq(cpmg_frq=cpmg_frq[i], spectrum_id=names[i])
@@ -98,8 +98,8 @@
 spectrum.error_analysis()
 
 # Deselect unresolved spins.
-deselect.read(file='unresolved', dir=data_path_1, res_num_col=1)
-deselect.read(file='unresolved', dir=data_path_2, res_num_col=1)
+deselect.read(file='unresolved', dir=data_path1, res_num_col=1)
+deselect.read(file='unresolved', dir=data_path2, res_num_col=1)
 
 # Grid search.
 grid_search(inc=11)




Related Messages


Powered by MHonArc, Updated Wed Mar 27 18:20:03 2013