Datasets:
finding fovs glob fix
Browse files- ark_example.py +1 -1
ark_example.py
CHANGED
@@ -162,7 +162,7 @@ class ArkExample(datasets.GeneratorBasedBuilder):
|
|
162 |
def _generate_examples(self, filepath: pathlib.Path):
|
163 |
|
164 |
# Get all TMA paths
|
165 |
-
file_paths = list(pathlib.Path(filepath / "
|
166 |
|
167 |
# Loop over all the TMAs
|
168 |
for fp in file_paths:
|
|
|
162 |
def _generate_examples(self, filepath: pathlib.Path):
|
163 |
|
164 |
# Get all TMA paths
|
165 |
+
file_paths = list(pathlib.Path(filepath / "input_data").glob("*"))
|
166 |
|
167 |
# Loop over all the TMAs
|
168 |
for fp in file_paths:
|