Skip to content

Commit 51ff8eb

Browse files
committed
Restrict NearestNeighbors version; remove debug statement
1 parent 9191474 commit 51ff8eb

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,4 @@ ProgressBars = "1"
4545
Shapefile = "0.8"
4646
ZipFile = "0.10"
4747
julia = "1"
48+
NearestNeighbors = "0.4"

src/instance/parse.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ function parse(json)::Instance
3838
error("Unknown distance metric: $metric_name")
3939
end
4040
end
41-
@show distance_metric
4241

4342
plants = Plant[]
4443
products = Product[]

0 commit comments

Comments
 (0)