mailr22592 - in /trunk/specific_analyses: api_base.py setup.py


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

Header


Content

Posted by edward on March 28, 2014 - 17:08:
Author: bugman
Date: Fri Mar 28 17:08:41 2014
New Revision: 22592

URL: http://svn.gna.org/viewcvs/relax?rev=22592&view=rev
Log:
The read_columnar_results() method has been removed from the specific 
analysis API.

This is only for backwards compatibility with ancient relax 1.2 and earlier 
model-free results
files, so will never be used by any other analysis.


Modified:
    trunk/specific_analyses/api_base.py
    trunk/specific_analyses/setup.py

Modified: trunk/specific_analyses/api_base.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/specific_analyses/api_base.py?rev=22592&r1=22591&r2=22592&view=diff
==============================================================================
--- trunk/specific_analyses/api_base.py (original)
+++ trunk/specific_analyses/api_base.py Fri Mar 28 17:08:41 2014
@@ -524,19 +524,6 @@
         raise RelaxImplementError('pymol_macro')
 
 
-    def read_columnar_results(self, file_data, verbosity=1):
-        """Read the columnar formatted results file.
-
-        @param file_data:   The processed results file data.
-        @type file_data:    list of lists of str
-        @keyword verbosity: The amount of information to print.  The higher 
the value, the greater the verbosity.
-        @type verbosity:    int
-        """
-
-        # Not implemented.
-        raise RelaxImplementError('read_columnar_results')
-
-
     def return_conversion_factor(self, param):
         """Return the conversion factor.
 

Modified: trunk/specific_analyses/setup.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/specific_analyses/setup.py?rev=22592&r1=22591&r2=22592&view=diff
==============================================================================
--- trunk/specific_analyses/setup.py    (original)
+++ trunk/specific_analyses/setup.py    Fri Mar 28 17:08:41 2014
@@ -178,10 +178,6 @@
         if eqi == 'pymol_macro':
             function = inst.pymol_macro
 
-        # Read results file function (Columnar format).
-        if eqi == 'read_columnar_results':
-            function = inst.read_columnar_results
-
         # Read results file function (XML format).
         #if eqi == 'read_xml_results':
         #    function = inst.read_xml_results




Related Messages


Powered by MHonArc, Updated Fri Mar 28 17:20:02 2014