Skip to content
Snippets Groups Projects
Commit 13e33799 authored by Sebastien Ponce's avatar Sebastien Ponce
Browse files

fixing set of warnings ignored in test_hlt2_and_spruce_bandwidth

parent 068a7afd
No related branches found
No related tags found
2 merge requests!4543RD b2lpgamma convt,!4511fixing set of warnings ignored in test_hlt2_and_spruce_bandwidth
Pipeline #11000408 failed
...@@ -27,6 +27,7 @@ _remove_known_warnings = remove_known_warnings + LineSkipper([ ...@@ -27,6 +27,7 @@ _remove_known_warnings = remove_known_warnings + LineSkipper([
"WARNING Lifetime fit did not converge. Aborting.", "WARNING Lifetime fit did not converge. Aborting.",
"WARNING Negative variance produced in lifetime fit iteration.", "WARNING Negative variance produced in lifetime fit iteration.",
"WARNING Empty Buffers -- presumably DstData bank has no payload", "WARNING Empty Buffers -- presumably DstData bank has no payload",
"WARNING Suppressing message: 'Empty Buffers -- presumably DstData bank has no payload'",
"WARNING Suppressing message: 'Misordered channel'", "WARNING Suppressing message: 'Misordered channel'",
"WARNING DstData raw bank seems to only contain a header, no other data", "WARNING DstData raw bank seems to only contain a header, no other data",
"WARNING No HltPackedData raw bank (the DstData bank) in raw event." "WARNING No HltPackedData raw bank (the DstData bank) in raw event."
......
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