Skip to content

Commit 01c11aa

Browse files
committed
forgot to add sidefun to statfun
1 parent 96391d4 commit 01c11aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cluster.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function clusterdepth(
6464
sidefun=sidefun,
6565
)
6666

67-
return pvals(statfun(data), cdmTuple, τ; type=pval_type)
67+
return pvals(sidefun(statfun(data)), cdmTuple, τ; type=pval_type)
6868
end
6969

7070

0 commit comments

Comments
 (0)