Update icl_consistency_test.py
Browse files- icl_consistency_test.py +0 -1
icl_consistency_test.py
CHANGED
@@ -112,7 +112,6 @@ class ICLConsistencyTest(datasets.GeneratorBasedBuilder):
|
|
112 |
]
|
113 |
|
114 |
def _generate_examples(self, filepath, split):
|
115 |
-
print(filepath)
|
116 |
with open(filepath, encoding="utf-8") as f:
|
117 |
for key, row in enumerate(f):
|
118 |
data = json.loads(row)
|
|
|
112 |
]
|
113 |
|
114 |
def _generate_examples(self, filepath, split):
|
|
|
115 |
with open(filepath, encoding="utf-8") as f:
|
116 |
for key, row in enumerate(f):
|
117 |
data = json.loads(row)
|