Skip to content

Commit

Permalink
Unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
mgraffg committed Nov 18, 2024
1 parent 27c4c33 commit 3ecca28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion encexp/tests/test_text_repr.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def test_seqtm_vocabulary():
voc_size_exponent=5)
assert len(voc['counter']['dict']) == 32
_ = voc['counter']['dict']
assert len([k for k in _ if k[:2] == 'q:']) == 30
assert len([k for k in _ if k[:2] == 'q:']) == 29


# def test_seqtm_ix_15():
Expand Down

0 comments on commit 3ecca28

Please sign in to comment.