Commit 2e411286 authored by Kelvin Rodriguez's avatar Kelvin Rodriguez
Browse files

Update network.py

parent 75b1d769
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -701,7 +701,7 @@ class CandidateGraph(nx.Graph):

    def subgraph_from_matches(self):
        """
        Returns a sub-graph where all images have matches.
        Returns a sub-graph where all edges have matches.
        (i.e. images with no matches are removed)

        Returns