Skip to content

Commit

Permalink
Erroneous addition
Browse files Browse the repository at this point in the history
  • Loading branch information
riedgar-ms committed Apr 26, 2024
1 parent 7840cfd commit 04e45c7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/models/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

def test_fstring(selected_model):
lm = selected_model
print(f"{dir(lm.engine.tokenizer)=}")
assert hasattr(lm.engine.tokenizer,"sp_model")
lm += f'this is a test {select(["item1", "item2"])}'
assert str(lm) in ["this is a test item1", "this is a test item2"]

Expand Down

0 comments on commit 04e45c7

Please sign in to comment.