Skip to content

Commit c770563

Browse files
committed
bumped up version to 0.1.0
1 parent 662a84c commit c770563

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ParallelKMeans"
22
uuid = "42b8e9d4-006b-409a-8472-7f34b3fb58af"
33
authors = ["Bernard Brenyah", "Andrey Oskin"]
4-
version = "0.1.0"
4+
version = "0.1.1"
55

66
[deps]
77
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"

test/test07_mlj_interface.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ end
121121
@test preds[:x1][1] == 2
122122
end
123123

124-
@testset "Testing " begin
124+
@testset "Testing non convergence warning" begin
125125
Random.seed!(2020)
126126
X = table([1 2; 1 4; 1 0; 10 2; 10 4; 10 0])
127127
X_test = table([10 1])

0 commit comments

Comments
 (0)