We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c27128 commit cff7a36Copy full SHA for cff7a36
test/cluster.jl
@@ -59,9 +59,9 @@ end
59
# test the warning that clusters must not begin/end with a potentially significant cluster
60
data = randn(StableRNG(1), 23, 20)
61
data[1:5, :] .+= 3
62
- @test_warn x -> occursin("Your data shows a cluster", x) Warning ClusterDepth.clusterdepth(data; τ=0.4, nperm=5)
+ @test_warn x -> occursin("Your data shows a cluster", x) ClusterDepth.clusterdepth(data; τ=0.4, nperm=5)
63
64
data[23, :] .-= 3
65
66
67
end
0 commit comments