Skip to content
Snippets Groups Projects
Commit e563a3f1 authored by Nadav Michael Tamir's avatar Nadav Michael Tamir
Browse files

Changing WARNING to FATAL

parent 9952453a
No related branches found
No related tags found
1 merge request!68664Implementation of ONNX model score computation and decoration for Taus (GNTau)
......@@ -128,7 +128,7 @@ TauGNN::compute(const xAOD::TauJet &tau,
//Prepare input variables
if (!calculateInputVariables(tau, tracks, clusters, scalarInputs, vectorInputs)) {
ATH_MSG_WARNING("Failed calculateInputVariables");
ATH_MSG_FATAL("Failed calculateInputVariables");
  • I think if you issue a FATAL/ERROR message, it has to come together with a return StatusCode::Failure

  • Author Developer

    Of course, added a "throw StatusCode**::**FAILURE;" statement following this (since this function doesn't explicitly return any SC).

  • Please register or sign in to reply
}
// Add TauJet-level features to the input
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment