aboutsummaryrefslogtreecommitdiff
path: root/tests/test_cli_commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_cli_commands.py')
-rw-r--r--tests/test_cli_commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_cli_commands.py b/tests/test_cli_commands.py
index 480e642..1ce793f 100644
--- a/tests/test_cli_commands.py
+++ b/tests/test_cli_commands.py
@@ -207,7 +207,7 @@ def mock_performance_estimation(monkeypatch: pytest.MonkeyPatch) -> None:
metrics = PerformanceMetrics(
EthosUConfiguration.load_profile("ethos-u55-256"),
NPUCycles(1, 2, 3, 4, 5, 6),
- MemoryUsage(1, 2, 3, 4, 5),
+ MemoryUsage(1, 2, 3, 4),
LayerwisePerfInfo(layerwise_info=[]),
)
monkeypatch.setattr(