Skip to content

Commit

Permalink
fixed a typo where storing the model file
Browse files Browse the repository at this point in the history
  • Loading branch information
hhsia authored and mmusich committed Apr 17, 2024
1 parent 5415077 commit 51cefb5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
'input_5'
),
mightGet = cms.optional.untracked.vstring,
model_path = cms.FileInPath('RecoBTag/Combined/data/DDeepFlavourV02_PhaseII/DeepJet_retraining_phase2_new_inputs.onnx'),
model_path = cms.FileInPath('RecoBTag/Combined/data/DeepFlavourV02_PhaseII/DeepJet_retraining_phase2_new_inputs.onnx'),
output_names = cms.vstring(),
src = cms.InputTag("hltPfDeepFlavourTagInfos")
)

0 comments on commit 51cefb5

Please sign in to comment.