Update ppr based on git version d04fce3
Browse files
ppr.py
CHANGED
|
@@ -362,8 +362,6 @@ class PlantPhenotypeDataset(datasets.GeneratorBasedBuilder):
|
|
| 362 |
|
| 363 |
# Special case for a single annotation
|
| 364 |
elif len(annotation) > 10:
|
| 365 |
-
print(annotation)
|
| 366 |
-
print(passage)
|
| 367 |
e1_offsets = [(int(annotation[2]) + offset_delta, int(annotation[3]) + offset_delta)]
|
| 368 |
e2_offsets = [(int(annotation[8]) + offset_delta, int(annotation[9]) + offset_delta)]
|
| 369 |
relations.append(
|
|
|
|
| 362 |
|
| 363 |
# Special case for a single annotation
|
| 364 |
elif len(annotation) > 10:
|
|
|
|
|
|
|
| 365 |
e1_offsets = [(int(annotation[2]) + offset_delta, int(annotation[3]) + offset_delta)]
|
| 366 |
e2_offsets = [(int(annotation[8]) + offset_delta, int(annotation[9]) + offset_delta)]
|
| 367 |
relations.append(
|