From 1686153398ec99045da0a90caa17934ea9587cea Mon Sep 17 00:00:00 2001 From: Adrian Lundell Date: Thu, 12 Feb 2026 12:08:41 +0100 Subject: [PATCH] Arm backend: Fix amax test merge issue Signed-off-by: Adrian Lundell Change-Id: I3c1d5bcebb6b50a12293b53d6aa5a11e45e90919 --- backends/arm/test/ops/test_amax.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backends/arm/test/ops/test_amax.py b/backends/arm/test/ops/test_amax.py index 5b17781d173..ac2665980f5 100644 --- a/backends/arm/test/ops/test_amax.py +++ b/backends/arm/test/ops/test_amax.py @@ -143,7 +143,7 @@ def test_amax_u55_INT(test_data: Amax.input_t): pipeline = EthosU55PipelineINT[Amax.input_t]( Amax(dim, keep_dims), data, - Amax.aten_op, + amax_aten_op, ) pipeline.run()