Indentation fix
Browse files- SBI-16-2D.py +1 -1
SBI-16-2D.py
CHANGED
@@ -143,7 +143,7 @@ class SBI_16_2D(datasets.GeneratorBasedBuilder):
|
|
143 |
return ret
|
144 |
|
145 |
def _generate_examples(self, filepaths, split_file, split, data_metadata):
|
146 |
-
|
147 |
|
148 |
for idx, (filepath, item) in enumerate(zip(filepaths, data_metadata)):
|
149 |
with fits.open(filepath, memmap=False) as hdul:
|
|
|
143 |
return ret
|
144 |
|
145 |
def _generate_examples(self, filepaths, split_file, split, data_metadata):
|
146 |
+
"""Generate SBI-16-2D examples"""
|
147 |
|
148 |
for idx, (filepath, item) in enumerate(zip(filepaths, data_metadata)):
|
149 |
with fits.open(filepath, memmap=False) as hdul:
|