Skip to content

Commit

Permalink
test(studio): make sure we test one lexicon mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
joanise authored and dhdaines committed Mar 26, 2024
1 parent baef8fd commit 55a8694
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions g2p/tests/test_studio.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ async def test_langs(self):
sample(range(len(langs_to_test)), k=len(langs_to_test) // 10)
)
]
# Make sure we test at least one lexicon-based example
langs_to_test.append(["eng", "eng-arpabet", "hello", "HH AH L OW "])

error_count = 0

Expand Down

0 comments on commit 55a8694

Please sign in to comment.