cmssw: DeepTauId module throws exception returning nan

The DeepTauId producer has thrown this exception:

https://github.com/cms-sw/cmssw/blob/619b1aa756a2181a5d946f22b4bba8c96c57b84d/RecoTauTag/RecoTau/plugins/DeepTauId.cc#L1008-L1009

in a NanoAODv6 production workflow: invalid prediction = -nan for tau_index = 0, pred_index = 0

Please see https://its.cern.ch/jira/browse/CMSCOMPPR-10135 for details. @rmanzoni @roger-wolf can you please follow up?

@pgunnell

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 26 (26 by maintainers)

Most upvoted comments

IMHO, there should be no throw; we are generally not throwing on FPEs. The data should be flagged appropriately (LogWarning or LogError depending on perceived importance) and the job should continue.