infinity: Add failing cut from p0282 to test suite
This commit is contained in:
@@ -1316,7 +1316,7 @@ int INFINITY_ND_generate_lfree(const struct MultiRowModel *model,
|
||||
&epsilon_x, tx);
|
||||
abort_if(rval, "bound failed");
|
||||
|
||||
if(isinf(epsilon_x)) break;
|
||||
abort_if(isinf(epsilon_x), "epsilon_x is infinite");
|
||||
log_debug(" epsilon_x = %.8lf\n", epsilon_x);
|
||||
|
||||
if(DOUBLE_eq(epsilon_x, epsilon))
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user