From f97e0946f47e7acb9346f46737e84a2d8aa21345 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Mon, 6 Jul 2026 17:38:11 +0000 Subject: [PATCH] Please consider the following formatting changes --- GPU/Workflow/src/GPUWorkflowSpec.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GPU/Workflow/src/GPUWorkflowSpec.cxx b/GPU/Workflow/src/GPUWorkflowSpec.cxx index 8514b03b52855..6b88d45207951 100644 --- a/GPU/Workflow/src/GPUWorkflowSpec.cxx +++ b/GPU/Workflow/src/GPUWorkflowSpec.cxx @@ -1297,7 +1297,7 @@ Inputs GPURecoWorkflowSpec::inputs() inputs.emplace_back("nn_classification_c2", gDataOriginTPC, "NNCLUSTERIZER_C2", 0, Lifetime::Condition, ccdbParamSpec(nnClusterizerSettings.nnCCDBPath + "/" + metadata["nnCCDBEvalType"], ccdb_metadata, 0)); } - metadata["nnCCDBWithMomentum"] = nnClusterizerSettings.nnCCDBWithMomentum; // 0, 1 -> Only for regression model + metadata["nnCCDBWithMomentum"] = nnClusterizerSettings.nnCCDBWithMomentum; // 0, 1 -> Only for regression model metadata["nnCCDBEvalType"] = "regression_c1"; metadata["nnCCDBLayerType"] = nnClusterizerSettings.nnCCDBRegressionLayerType; convert_map_to_metadata(metadata, ccdb_metadata);