MCPcopy 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
405def test_empty_translation():
406 translator = _get_transliterator()
407 assert translator.translate_batch([]) == []
408
409
410def test_invalid_translation_options():

Callers

nothing calls this directly

Calls 2

_get_transliteratorFunction · 0.85
translate_batchMethod · 0.45

Tested by

no test coverage detected