srivarra commited on
Commit
b7dea26
1 Parent(s): 1ce89ee
Files changed (1) hide show
  1. ark_example.py +1 -1
ark_example.py CHANGED
@@ -141,7 +141,7 @@ class ArkExample(datasets.GeneratorBasedBuilder):
141
  name="base_dataset",
142
  # These kwargs will be passed to _generate_examples
143
  gen_kwargs={
144
- "filepath": pathlib.Path(data_dir) / "fovs"
145
  },
146
  ),
147
  ]
 
141
  name="base_dataset",
142
  # These kwargs will be passed to _generate_examples
143
  gen_kwargs={
144
+ "filepath": pathlib.Path(data_dir)
145
  },
146
  ),
147
  ]