Allow to turn FPE checks off
Follow-up to !57793 (merged). The unit-test TrigEventAthenaPool_15.6.1_ctest fails with an FPE (invalid operation) that I can trace back to python's float_richcompare
called from PyDumper/Dumpers.py
. I suspect a invalid value in the input file.
As stopgap solution, this MR adds an option to turn FPE-checks entirely off and uses this option in TPCnvTestConfig.py
Merge request reports
Activity
- Resolved by Tadej Novak
added Core Database analysis-review-required master review-pending-level-1 labels
mentioned in merge request !58198 (merged)
Hi
Do you know what is compared before we hit [https://github.com/python/cpython/blob/main/Objects/floatobject.c#L414]
CI Result SUCCESS (hash ba00160d)Athena AthSimulation AthGeneration AnalysisBase AthAnalysis DetCommon externals cmake make tests Full details available on this CI monitor view. Check the JIRA CI status board for known problems
Athena: number of compilation errors 0, warnings 0
AthSimulation: number of compilation errors 0, warnings 0
AthGeneration: number of compilation errors 0, warnings 0
AnalysisBase: number of compilation errors 0, warnings 0
AthAnalysis: number of compilation errors 0, warnings 0
DetCommon: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 61703]removed review-pending-level-1 label
removed analysis-review-required label
mentioned in commit 068f8bbc
added review-approved label
added sweep:ignore label
Hey
to turn FPE-checks entirely off and uses this option in TPCnvTestConfig.py
should we revert after @ssnyder [!58338 (merged)]
or as part of it ?
mentioned in merge request !58426 (merged)