Skip to content

Fix miscellaneous tests

Christopher Rob Jones requested to merge fix-misc-tests into 2024-patches

Addresses some issues in specific build slots

  1. hlt2_pp_2024 failed with x86_64_v3 due to no lines firing, due to small machine precision diffs to x86_64_v2 results. Increase evt_max from 5 to 20.
  2. hlt2_ghostprob_training fails with clang due to small machine precision level diffs in ROC AUC printout w.r.t. gcc. Limit to 2 d.p.
  3. Disable legacy IPresolution test with clang due to ntupling issues.
Edited by Christopher Rob Jones

Merge request reports