Skip to content

Allow to turn FPE checks off

Walter Lampl requested to merge wlampl/athena:allowNoFPECheck into master

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

cc @tadej , @christos

Merge request reports