Skip to content

Commit f97e094

Browse files
committed
Please consider the following formatting changes
1 parent ea4d277 commit f97e094

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GPU/Workflow/src/GPUWorkflowSpec.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1297,7 +1297,7 @@ Inputs GPURecoWorkflowSpec::inputs()
12971297
inputs.emplace_back("nn_classification_c2", gDataOriginTPC, "NNCLUSTERIZER_C2", 0, Lifetime::Condition, ccdbParamSpec(nnClusterizerSettings.nnCCDBPath + "/" + metadata["nnCCDBEvalType"], ccdb_metadata, 0));
12981298
}
12991299

1300-
metadata["nnCCDBWithMomentum"] = nnClusterizerSettings.nnCCDBWithMomentum; // 0, 1 -> Only for regression model
1300+
metadata["nnCCDBWithMomentum"] = nnClusterizerSettings.nnCCDBWithMomentum; // 0, 1 -> Only for regression model
13011301
metadata["nnCCDBEvalType"] = "regression_c1";
13021302
metadata["nnCCDBLayerType"] = nnClusterizerSettings.nnCCDBRegressionLayerType;
13031303
convert_map_to_metadata(metadata, ccdb_metadata);

0 commit comments

Comments
 (0)