An error occurred while fetching this tab.
With the introduction of new run3 decay finder, all of the tests pass except these three:
The ROOT
files are made correctly but the validator is now catching a new warning that is being thrown. The new warnings are:
WARNING: found factory loki_functor_3493811357, but of wrong type: instead of LoKi::Functor<LHCb::ProtoParticle const*, bool>* (*)(LoKi::Context&&)
WARNING: found factory loki_functor_3361120277, but of wrong type: instead of LoKi::Functor<LHCb::Event::v1::Track const*, bool>* (*)(LoKi::Context&&)
These warnings are just out of the blue since I am not even using LoKi
. I am not really sure of their source. I have seen them sometimes building Moore, perhaps they are harmless?
This MR includes these warnings in DV exclusions.
To tested with: Rec!3091 (merged) and Analysis!916 (merged)