Commit 9f2a378d authored by Kelvin Rodriguez's avatar Kelvin Rodriguez
Browse files

removed unused member vars

parent 470ade4e
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -88,9 +88,6 @@ class CandidateGraph(nx.Graph):
        self.graph['creationdate'] = strftime("%Y-%m-%d %H:%M:%S", gmtime())
        self.graph['modifieddate'] = strftime("%Y-%m-%d %H:%M:%S", gmtime())

        self.points = pd.DataFrame()
        self.pointsmask = pd.DataFrame()

    def get_matches(self, clean_keys=[], edges=[]):
        return self.apply_func_to_edges('get_matches')