Skip to content

Commit 0de59af

Browse files
lenient tolerance
1 parent 9872b45 commit 0de59af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

selectiveInference/src/debias.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ int check_KKT(double *theta, /* current theta */
9999

100100
int irow;
101101
int fail = 0;
102-
double tol = 1.e-5;
102+
double tol = 1.e-4;
103103
double *theta_ptr = theta;
104104
double *gradient_ptr_tmp = gradient_ptr;
105105
double gradient;

0 commit comments

Comments
 (0)