Skip to content

Commit 3a46ad8

Browse files
not using the C code
1 parent 4caf225 commit 3a46ad8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

selectiveInference/R/funs.fixed.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ InverseLinfty <- function(sigma, n, e, resol=1.5, mu=NULL, maxiter=50, threshold
295295
incr <- 0;
296296
while ((mu.stop != 1)&&(try.no<10)){
297297
last.beta <- beta
298+
useC = FALSE
298299
if (useC == FALSE) {
299300
output <- InverseLinftyOneRow(sigma, i, mu, maxiter=maxiter, threshold=threshold)
300301
} else {

0 commit comments

Comments
 (0)