Chris Oswald commited on
Commit ·
5571105
1
Parent(s): 2ebae65
removed print statement causing bug
Browse files
SPIDER.py
CHANGED
|
@@ -447,7 +447,6 @@ class SPIDER(datasets.GeneratorBasedBuilder):
|
|
| 447 |
## Generate next example
|
| 448 |
# ----------------------
|
| 449 |
for idx, example in enumerate(image_files):
|
| 450 |
-
print(example, image_files[idx+1])
|
| 451 |
|
| 452 |
# Extract linking data
|
| 453 |
scan_id = example.replace('.mha', '')
|
|
|
|
| 447 |
## Generate next example
|
| 448 |
# ----------------------
|
| 449 |
for idx, example in enumerate(image_files):
|
|
|
|
| 450 |
|
| 451 |
# Extract linking data
|
| 452 |
scan_id = example.replace('.mha', '')
|