From b88c3262896236eb2b2b5666bb411ed9ae05e287 Mon Sep 17 00:00:00 2001 From: NickLucche Date: Mon, 25 May 2026 10:54:37 +0200 Subject: [PATCH] minor Signed-off-by: NickLucche --- tests/v1/kv_connector/nixl_integration/test_accuracy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/v1/kv_connector/nixl_integration/test_accuracy.py b/tests/v1/kv_connector/nixl_integration/test_accuracy.py index 31046e161280..036bce88e666 100644 --- a/tests/v1/kv_connector/nixl_integration/test_accuracy.py +++ b/tests/v1/kv_connector/nixl_integration/test_accuracy.py @@ -64,12 +64,12 @@ def test_accuracy(): measured_value = results["results"][TASK][FILTER] expected_value = EXPECTED_VALUES.get(MODEL_NAME) + print(f"Measured accuracy value: {measured_value}\n") if expected_value is None: print( f"Warning: No expected value found for {MODEL_NAME}. " "Skipping accuracy check." ) - print(f"Measured value: {measured_value}") return assert (