Skip to content
Snippets Groups Projects
Commit 34354482 authored by Patrick Koppenburg's avatar Patrick Koppenburg :leaves: Committed by Patrick Koppenburg
Browse files

Add exclusions according to lhcb/DaVinci#72

parent 5986ca68
No related branches found
No related tags found
2 merge requests!1103Draft: Add AnalysisHelpers to DaVinci Stack,!757Add exclusions according to https://gitlab.cern.ch/lhcb/DaVinci/-/issues/72
Pipeline #4544650 passed
......@@ -49,6 +49,10 @@ remove_known_warnings = LineSkipper(regexps=[
"WARNING: MC tools not functional yet outside Hlt2 - .*",
# FunTuple warning for the update_counters: skipping event is no candidates are found
r"[a-zA-Z0-9]* +WARNING FunTupleBase<KeyedContainer<LHCb::MCParticle,Containers::KeyedObjectManager<Containers::hashmap> > >:: .*",
r"DetectorPersistencySvc +INFO Added successfully Conversion service:XmlCnvSvc",
r"DetectorDataSvc +SUCCESS Detector description database: git:/lhcb.xml",
r"[a-zA-Z0-9]* +WARNING TransportSvc is currently incompatible with DD4HEP. .*",
r"[a-zA-Z0-9]* +WARNING See https://gitlab.cern.ch/lhcb/Rec/-/issues/326 for more details",
])
remove_known_fluctuating_counters = LineSkipper(regexps=[
......
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