mailr8126 - /1.3/test_suite/system_tests/peak_lists.py


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

Header


Content

Posted by edward on December 04, 2008 - 14:45:
Author: bugman
Date: Thu Dec  4 14:45:28 2008
New Revision: 8126

URL: http://svn.gna.org/viewcvs/relax?rev=8126&view=rev
Log:
Fix for the test_read_peak_list_generic2() system test.


Modified:
    1.3/test_suite/system_tests/peak_lists.py

Modified: 1.3/test_suite/system_tests/peak_lists.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/peak_lists.py?rev=8126&r1=8125&r2=8126&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/peak_lists.py (original)
+++ 1.3/test_suite/system_tests/peak_lists.py Thu Dec  4 14:45:28 2008
@@ -95,7 +95,7 @@
         spectrum_ids=['0.0109016', '0.0218032', '0.0436064', '0.0436064', 
'0.0872128', '0.1744260', '0.3488510', '0.6977020', '1.3954000', '1.9949900']
 
         # Read the peak list.
-        
self.relax.interpreter._Spectrum.read_intensities(file="generic_intensity2.txt",
 dir=sys.path[-1] + "/test_suite/shared_data/peak_lists", 
spectrum_id=spectrum_ids, int_col=range(2, 12), int_method='volume')
+        
self.relax.interpreter._Spectrum.read_intensities(file="generic_intensity2.txt",
 dir=sys.path[-1] + "/test_suite/shared_data/peak_lists", 
spectrum_id=spectrum_ids, int_col=range(2, 12), int_method='volume', 
mol_name_col=None, res_num_col=0, res_name_col=1, spin_num_col=None, 
spin_name_col=None)
 
         # The intensities.
         intensities = []




Related Messages


Powered by MHonArc, Updated Thu Dec 04 16:00:02 2008