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 d6cad53 commit ee40ca9Copy full SHA for ee40ca9
test/vmeasure.jl
@@ -43,7 +43,7 @@ using Clustering
43
r2 = kmeans(x, k; maxiter=50)
44
v = vmeasure(r1, r2)
45
@test 0.5 < v < 1.0
46
- @test_broken v ≈ 0.75 atol=1e-2 # FIXME why 0.75?
+ @test_skip v ≈ 0.75 atol=1e-2 # FIXME why 0.75?
47
end
48
49
@testset "comparing 2 random label assignments" begin
0 commit comments