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