mailr13704 - /branches/gui_testing/generic_fns/spectrum.py


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

Header


Content

Posted by edward on July 18, 2011 - 18:51:
Author: bugman
Date: Mon Jul 18 18:51:36 2011
New Revision: 13704

URL: http://svn.gna.org/viewcvs/relax?rev=13704&view=rev
Log:
Removed on last reference to __check_args() in the spectrum.read_intensities 
uf back end.

This corresponds to the deletion of the function in r13647.


Modified:
    branches/gui_testing/generic_fns/spectrum.py

Modified: branches/gui_testing/generic_fns/spectrum.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/generic_fns/spectrum.py?rev=13704&r1=13703&r2=13704&view=diff
==============================================================================
--- branches/gui_testing/generic_fns/spectrum.py (original)
+++ branches/gui_testing/generic_fns/spectrum.py Mon Jul 18 18:51:36 2011
@@ -1005,9 +1005,6 @@
         # Print out.
         print("NMRView formatted data file.\n")
 
-        # Check that certain args have not been set:
-        __check_args(spin_id_col=spin_id_col, mol_name_col=mol_name_col, 
res_num_col=res_num_col, res_name_col=res_name_col, 
spin_num_col=spin_num_col, spin_name_col=spin_name_col, sep=sep, 
spin_id=spin_id)
-
         # Extract the data.
         intensity_data = intensity_nmrview(file_data=file_data)
 




Related Messages


Powered by MHonArc, Updated Mon Jul 18 19:00:02 2011