Tests: Another fix of stochastic failures of element_pow() in nightly tests.
v1 -= pow(v1, v2); might be poorly conditioned if v1 is close to 1.0. This fix lifts the values of v1 to be at least 1.1, hopefully fixing the repeated issues seen in the nightly tests in the past.
Loading
Please register or sign in to comment