You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The way to produce the failing tests to pass is to unwrap the while, at least, 6 times.
This mean that other plausible patches adds more + approx = 0.5f * (approx + x / approx); and the test continue passing. So, we can add 100 assignments and the test will always pass.
Do you think we should consider one patch or multiple (even syntactically different) patches?
WDYT?
The text was updated successfully, but these errors were encountered:
Hi @SophieHYe
One point to discuss about the patches for SQRT generated by jGP.
One of the patches is:
The way to produce the failing tests to pass is to unwrap the
while
, at least, 6 times.This mean that other plausible patches adds more
+ approx = 0.5f * (approx + x / approx);
and the test continue passing. So, we can add 100 assignments and the test will always pass.Do you think we should consider one patch or multiple (even syntactically different) patches?
WDYT?
The text was updated successfully, but these errors were encountered: