From 81af11a94d038503b7221a63f0725662bfadb3f1 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 20 Dec 2024 09:12:44 +0000 Subject: [PATCH] Auto-update of E2E template --- examples/e2e/pipelines/training.py | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/examples/e2e/pipelines/training.py b/examples/e2e/pipelines/training.py index 52b6ab189b0..ba9a2f75489 100644 --- a/examples/e2e/pipelines/training.py +++ b/examples/e2e/pipelines/training.py @@ -119,13 +119,12 @@ def e2e_use_case_training( target=target, ) ########## Promotion stage ########## - ( - latest_metric, - current_metric, - ) = compute_performance_metrics_on_current_data( - dataset_tst=dataset_tst, - target_env=target_env, - after=["model_evaluator"], + latest_metric, current_metric = ( + compute_performance_metrics_on_current_data( + dataset_tst=dataset_tst, + target_env=target_env, + after=["model_evaluator"], + ) ) promote_with_metric_compare(