srivarra commited on
Commit
1ce89ee
1 Parent(s): 663afbb

added changes to ark_example

Browse files
Files changed (1) hide show
  1. ark_example.py +0 -1
ark_example.py CHANGED
@@ -152,7 +152,6 @@ class ArkExample(datasets.GeneratorBasedBuilder):
152
 
153
  for fp in file_paths:
154
  if fp.suffix in [".tiff", ".tif"]:
155
-
156
  image_data = tifffile.imread(fp, key=0)
157
  if self.config.name == "base_dataset":
158
  yield fp, {
 
152
 
153
  for fp in file_paths:
154
  if fp.suffix in [".tiff", ".tif"]:
 
155
  image_data = tifffile.imread(fp, key=0)
156
  if self.config.name == "base_dataset":
157
  yield fp, {