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 25, 2024
1 parent f5303f8 commit 5d7bd7a
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 @@ -99,6 +99,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 5d7bd7a

Please sign in to comment.