Youssef Benhachem commited on
Commit
471e509
1 Parent(s): c0c7015
Files changed (1) hide show
  1. KHATT.py +1 -1
KHATT.py CHANGED
@@ -89,7 +89,7 @@ class KHATT(datasets.GeneratorBasedBuilder):
89
  """Yields examples."""
90
  idx = 0
91
  for archive in archives:
92
- #import ipdb; ipdb.set_trace()
93
  for path, file in archive:
94
  # If we have an image
95
  if path.endswith(".tif"):
 
89
  """Yields examples."""
90
  idx = 0
91
  for archive in archives:
92
+ import ipdb; ipdb.set_trace()
93
  for path, file in archive:
94
  # If we have an image
95
  if path.endswith(".tif"):