Commit 32aa6452 authored by kberry's avatar kberry
Browse files

Minor documentation change and slight changes for PEP 8 compliancy

parent 5799b14a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,8 +11,8 @@ def read_json(inputfile):

    Returns
    =======
    jobs : list
           of dictionaries of jobs, one entry per image
    jobs : dict
           returns a dictionary 

    >>> inputs = readinputfile('testfiles/sampleinput.json')
    >>> k = inputs.keys()
+1 −1
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@ class FlannMatcher(object):
        Returns
        -------
        matched : dataframe
                  containing matched points with columns containg:
                  containing matched points with columns containing:
                  matched image name, query index, train index, and
                  descriptor distance
        """
+1 −1

File changed.

Contains only whitespace changes.