Distribution-Binomial regression test is broken
The binomial distribution regression test is broken.
According to the nightly tests this happened between 21 July, when the test was failing by a bit, and 23 July, when the test was off much more.
So between commits b8847846 and 36551406:
- 36551406 lift restriction on CORR[X|Y|Z] for binomial distributions
- e331e8b5 fixing issue with convertion to eV when ratio is small
- 6b08a261 add silencer to all tests
- 1a5bff88 fixing few issues binomial distribution and cleaning up
- acaf84b7 whitespaces
- 1c0fa9ac further improve CMake files for opt-pilot: remove #define GIT_VERSION since already defined in OPAL
- df1840a3 (tag: OPAL-dev, tag: OPAL-1.9.0) fixing CMake files
- 85bc1058 cleaning up Gauss distribution unit test; improve SilenceTest class to print output if tests fail
Of these 1a5bff88 is the most likely culprit. Assigning to @kraus who did all of those commits.