Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gautierdag committed Dec 19, 2023
1 parent 81f808f commit 3b232e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_train_bpe.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def test_train_bpe_vocab_size():
max_token_length,
vocab_size,
)
assert len(vocab) == 266
assert len(vocab) == 267


def test_train_bpe_max_token_length():
Expand Down

0 comments on commit 3b232e9

Please sign in to comment.