diff --git a/attribution.py b/attribution.py index a218195..b9fe9e5 100644 --- a/attribution.py +++ b/attribution.py @@ -220,9 +220,9 @@ class AttributionReport(object): return ( ("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)), - ("Single", pd.DataFrame(mismatches, columns=self.OUTPUT_COLUMN_ORDER)) + # ("Single", pd.DataFrame(mismatches, columns=self.OUTPUT_COLUMN_ORDER)) ) def run(self):