Skip to content

Commit

Permalink
Drop test xfail (#1239)
Browse files Browse the repository at this point in the history
  • Loading branch information
carmocca authored Apr 3, 2024
1 parent 3a3ae43 commit de1890a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/data/test_tinystories.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ def fake_chunk(path, data):
optimize(fn=tokenize, inputs=[data] * len(data), output_dir=str(path), num_workers=1, chunk_bytes="200MB")


@pytest.mark.xfail(raises=IndexError, strict=True) # requires https://github.com/Lightning-AI/litdata/pull/77
@pytest.mark.parametrize(
("max_seq_len", "expected"),
[
Expand Down

0 comments on commit de1890a

Please sign in to comment.