cmssw: DeepTauId module throws exception returning nan
The DeepTauId producer has thrown this exception:
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?
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 26 (26 by maintainers)
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.