aboutsummaryrefslogtreecommitdiff
path: root/ethosu/mlw_codec/test/test_mlw_codec.py
diff options
context:
space:
mode:
Diffstat (limited to 'ethosu/mlw_codec/test/test_mlw_codec.py')
-rw-r--r--ethosu/mlw_codec/test/test_mlw_codec.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethosu/mlw_codec/test/test_mlw_codec.py b/ethosu/mlw_codec/test/test_mlw_codec.py
index 3ff26e53..d77c82a1 100644
--- a/ethosu/mlw_codec/test/test_mlw_codec.py
+++ b/ethosu/mlw_codec/test/test_mlw_codec.py
@@ -24,7 +24,7 @@ from ethosu import mlw_codec
class TestMLWCodec:
- """ This class is responsible to test the mlw_codec library
+ """This class is responsible to test the mlw_codec library
It mainly tests the two methods encode() and decode() with different inputs"""
weights = [0, 2, 3, 0, -1, -2, -3, 0, 0, 0, 1, -250, 240] * 3