Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
vince62s committed Oct 18, 2024
1 parent da7689d commit 1630114
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions eole/tests/test_transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,7 @@ def test_sentencepiece(self):
"s",
"p",
"on",
"s",
"e",
"se",
],
"tgt": [],
}
Expand Down Expand Up @@ -412,7 +411,7 @@ def test_pyonmttok_bpe(self):
"on■",
"se",
":",
"⦅newline⦆",
"⦅newline⦆",
"respon■",
"se",
],
Expand Down Expand Up @@ -813,4 +812,4 @@ def test_insert_mask_before_placeholder(self):
"⦅newline⦆response",
],
}
self.assertEqual(ex_out, ex_gold)
self.assertEqual(ex_in, ex_gold)

0 comments on commit 1630114

Please sign in to comment.