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