Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
jdtuck committed Dec 30, 2024
1 parent d574570 commit 6f8276e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/jointfPCA.R
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ jointFPCAh <- function(warp_data,
return(mean(d))
}

findCh(.1,qn1, h, q0, 0.99, FALSE)
findCh(.1,qn1, h, q0, 0.99, srvf)
if (is.null(C))
C <- stats::optimize(
findCh,
Expand Down

0 comments on commit 6f8276e

Please sign in to comment.