Skip to content
Commit 51afa731 authored by Karl Rupp's avatar Karl Rupp
Browse files

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.
parent f3d9281c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment