Allow to turn FPE checks off
All threads resolved!
All threads resolved!
Compare changes
Files
3@@ -24,7 +24,7 @@ def _createCfgFlags():
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