lara-martin commited on
Commit
b032afa
·
verified ·
1 Parent(s): a5c2fcf
Files changed (1) hide show
  1. FIREBALL.py +1 -1
FIREBALL.py CHANGED
@@ -202,7 +202,7 @@ class NewDataset(datasets.GeneratorBasedBuilder):
202
  ]
203
 
204
  # method parameters are unpacked from `gen_kwargs` as given in `_split_generators`
205
- def _generate_examples(self, filepath, split):
206
  # TODO: This method handles input defined in _split_generators to yield (key, example) tuples from the dataset.
207
  # The `key` is for legacy reasons (tfds) and is not important in itself, but must be unique for each example.
208
  key = 0
 
202
  ]
203
 
204
  # method parameters are unpacked from `gen_kwargs` as given in `_split_generators`
205
+ def _generate_examples(self, filepath):
206
  # TODO: This method handles input defined in _split_generators to yield (key, example) tuples from the dataset.
207
  # The `key` is for legacy reasons (tfds) and is not important in itself, but must be unique for each example.
208
  key = 0