Skip to content

Overwrite runTest functions in test inheriting from others to fix throughput tests

Arthur Marius Hennequin requested to merge ahennequ_fix_throughput into master

@sponce @cattanem The folowing tests were run with wrong configuration when launched from throughput tests:

  • CutNoFit
  • CutWithFit-MasterFitter
  • CutWithFit-VectorFitter
  • NoCutNoFit-BestPhysics

The reason was they were using a runTest function with custom parameters that were left to their default values when called from the throughput script.

Edited by Marco Cattaneo

Merge request reports