mathiaszinnen commited on
Commit
fb6b308
·
1 Parent(s): 5323f77
Files changed (1) hide show
  1. odor.py +1 -0
odor.py CHANGED
@@ -94,6 +94,7 @@ class ODOR(datasets.GeneratorBasedBuilder):
94
  ]
95
 
96
  def _generate_examples(self, annotation_file_path, metadata_file_path):
 
97
  # load metadata
98
  # meta_df = pd.read_csv(metadata_file_path)
99
 
 
94
  ]
95
 
96
  def _generate_examples(self, annotation_file_path, metadata_file_path):
97
+ return None
98
  # load metadata
99
  # meta_df = pd.read_csv(metadata_file_path)
100