Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenNMT/CTranslate2
/ test_empty_translation
Function
test_empty_translation
python/tests/test_translator.py:405–407 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
403
404
405
def
test_empty_translation():
406
translator = _get_transliterator()
407
assert translator.translate_batch([]) == []
408
409
410
def
test_invalid_translation_options():
Callers
nothing calls this directly
Calls
2
_get_transliterator
Function · 0.85
translate_batch
Method · 0.45
Tested by
no test coverage detected