aboutsummaryrefslogtreecommitdiff
path: root/tests/test_cli_commands.py
diff options
context:
space:
mode:
authorMadeleine Dunn <madeleine.dunn@arm.com>2023-10-05 18:19:23 +0100
committerMadeleine Dunn <madeleine.dunn@arm.com>2024-04-03 16:06:42 +0100
commita67bcd6eccaa4de00a08a3def8323debecff84d7 (patch)
tree2fa3d79a02de4de1e937f21dabe5766073a4a067 /tests/test_cli_commands.py
parent879138ebe9dd4b9387bddbdf4af45ba390f14bf6 (diff)
downloadmlia-a67bcd6eccaa4de00a08a3def8323debecff84d7.tar.gz
feat: Implement sparsity
- Add a placeholder file and registry option for sparsity Resolves: MLIA-999 Signed-off-by: Madeleine Dunn <madeleine.dunn@arm.com> Change-Id: I273192ba6813309f5226e3d8e0b686ce87ee6b79
Diffstat (limited to 'tests/test_cli_commands.py')
-rw-r--r--tests/test_cli_commands.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_cli_commands.py b/tests/test_cli_commands.py
index 9cda27c..5b2b947 100644
--- a/tests/test_cli_commands.py
+++ b/tests/test_cli_commands.py
@@ -126,7 +126,8 @@ def test_performance_unknown_target(
Exception,
match=re.escape(
"Invalid rewrite target: 'random'. "
- "Supported rewrites: ['fully-connected']"
+ "Supported rewrites: ['fully-connected',"
+ " 'fully_connected_sparsity24']"
),
),
],