Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit f27047f

Browse files
authored
remove extra print (#1557)
1 parent c10d7ef commit f27047f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/datasets/test_agnews.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ def test_agnews(self, split):
6464
samples = list(dataset)
6565
expected_samples = self.samples[split]
6666
for sample, expected_sample in zip_equal(samples, expected_samples):
67-
print(sample, expected_sample)
6867
self.assertEqual(sample, expected_sample)
6968

7069
@parameterized.expand(["train", "test"])

0 commit comments

Comments
 (0)