We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f8c5e4 commit 9ae025cCopy full SHA for 9ae025c
PWGLF/TableProducer/Strangeness/strangenessbuilder.cxx
@@ -771,6 +771,9 @@ struct StrangenessBuilder {
771
if (DeduplicationOpts.deduplicationAlgorithm.value == 4 || DeduplicationOpts.deduplicationAlgorithm.value == 6) {
772
if (DeduplicationOpts.loadModelsFromCCDB) {
773
774
+ // Retrieve the model from CCDB
775
+ ccdbApi.init(ccdbConfigurations.ccdburl);
776
+
777
/// Fetching model for specific timestamp
778
LOG(info) << "Fetching model for timestamp: " << DeduplicationOpts.timestampCCDB.value;
779
0 commit comments