aboutsummaryrefslogtreecommitdiff
path: root/python/pyarmnn/examples/speech_recognition/tests/test_decoder.py
diff options
context:
space:
mode:
authorCathal Corbett <cathal.corbett@arm.com>2021-11-24 18:14:31 +0000
committerKeithARM <keith.davis@arm.com>2021-12-09 09:30:38 +0000
commit31fb60bb2ccf2b835babf116cc095368387ae99f (patch)
tree74323814f86e1deb123a5953352b524c4d18f724 /python/pyarmnn/examples/speech_recognition/tests/test_decoder.py
parent17d34da9efab1e515b29755811b7ad7597aacb79 (diff)
downloadarmnn-31fb60bb2ccf2b835babf116cc095368387ae99f.tar.gz
IVGCVSW-6579 Update PyArmNN to comply with inclusive language guidelines.
* Update pylintconfig removing reference to black and white list. * Update tox.ini changing whitelist_externals to allowlist_externals. * Update the pyarmnn speech recognition example from 'he' to 'they'. Signed-off-by: Cathal Corbett <cathal.corbett@arm.com> Change-Id: I5ce3b9d6a30df6d2e9130a934741b46b594e53d2
Diffstat (limited to 'python/pyarmnn/examples/speech_recognition/tests/test_decoder.py')
-rw-r--r--python/pyarmnn/examples/speech_recognition/tests/test_decoder.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pyarmnn/examples/speech_recognition/tests/test_decoder.py b/python/pyarmnn/examples/speech_recognition/tests/test_decoder.py
index 3b99e6504a..1db71a47b8 100644
--- a/python/pyarmnn/examples/speech_recognition/tests/test_decoder.py
+++ b/python/pyarmnn/examples/speech_recognition/tests/test_decoder.py
@@ -25,4 +25,4 @@ def test_decoder(test_data_folder):
output_tensor = os.path.join(test_data_folder, "inf_out.npy")
encoded = np.load(output_tensor)
decoded_text = audio_utils.decode(encoded, labels)
- assert decoded_text == "and he walkd immediately out of the apartiment by anothe"
+ assert decoded_text == "and they walkd immediately out of the apartiment by anothe"