Kenneth Enevoldsen commited on
Commit
8000194
·
unverified ·
1 Parent(s): 4a1945b

duplicate check

Browse files
Files changed (1) hide show
  1. src/tests/test_duplicates.py +1 -1
src/tests/test_duplicates.py CHANGED
@@ -15,7 +15,7 @@ def test_no_within_data_duplicates(dataset_name: str):
15
  assert len(set(ds["text"])) == len(ds)
16
 
17
 
18
- @pytest.mark.skip("This tests takes too long to run")
19
  def test_no_data_duplicates():
20
  ds = load_dataset(str(repo_path.resolve()), split="train")
21
  ds = cast(Dataset, ds)
 
15
  assert len(set(ds["text"])) == len(ds)
16
 
17
 
18
+ @pytest.mark.skip("This tests takes too long to run") # there seems to be some duplicate across
19
  def test_no_data_duplicates():
20
  ds = load_dataset(str(repo_path.resolve()), split="train")
21
  ds = cast(Dataset, ds)