Skip to content

Add option to exclude incompatible lines in run_moore

Anton Poluektov requested to merge poluekt-exclude-incompatible into master

Addresses #433 (closed)

Moved the code to check lines with "known issues" (inheriting from DVCommonBase or GaudiHistoAlg) from hlt2_pp_thor.py test to Moore/config.py and added an option (on by default) for run_moore that excludes the lines with issues from the dictionary of streams.

Goes together with MooreAnalysis!89 (merged)

Edited by Anton Poluektov

Merge request reports