temp dont do big files

This commit is contained in:
Tyrel Souza 2015-07-17 10:57:43 -04:00
parent 6f493f7984
commit a9c60c8e82

View File

@ -220,9 +220,9 @@ class AttributionReport(object):
return ( return (
("PI", pd.DataFrame(name_matches, columns=self.OUTPUT_COLUMN_ORDER)), ("PI", pd.DataFrame(name_matches, columns=self.OUTPUT_COLUMN_ORDER)),
("Institute", pd.DataFrame(org_matches, columns=self.OUTPUT_COLUMN_ORDER)), # ("Institute", pd.DataFrame(org_matches, columns=self.OUTPUT_COLUMN_ORDER)),
("Double", pd.DataFrame(double_matches, columns=self.OUTPUT_COLUMN_ORDER)), ("Double", pd.DataFrame(double_matches, columns=self.OUTPUT_COLUMN_ORDER)),
("Single", pd.DataFrame(mismatches, columns=self.OUTPUT_COLUMN_ORDER)) # ("Single", pd.DataFrame(mismatches, columns=self.OUTPUT_COLUMN_ORDER))
) )
def run(self): def run(self):