Closed saxbophone closed 2 years ago
I've since now managed to write a failing test case for this that fails both with ctest and when the test executable is run directly. The cause of the discrepancy is likely due to different random number generator states causing the problem value to appear in one environment but not in another.
Strangely, this one only occurs when the test executable is run directly (and not when run with
ctest
), hence it not being picked up in CI.