From 51ff8eb1301af38229f30c62380387fb1ada2b17 Mon Sep 17 00:00:00 2001 From: "Alinson S. Xavier" Date: Thu, 15 Dec 2022 11:03:44 -0600 Subject: [PATCH] Restrict NearestNeighbors version; remove debug statement --- Project.toml | 1 + src/instance/parse.jl | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 038f3c2..baacbfd 100644 --- a/Project.toml +++ b/Project.toml @@ -45,3 +45,4 @@ ProgressBars = "1" Shapefile = "0.8" ZipFile = "0.10" julia = "1" +NearestNeighbors = "0.4" diff --git a/src/instance/parse.jl b/src/instance/parse.jl index d105aee..255af28 100644 --- a/src/instance/parse.jl +++ b/src/instance/parse.jl @@ -38,7 +38,6 @@ function parse(json)::Instance error("Unknown distance metric: $metric_name") end end - @show distance_metric plants = Plant[] products = Product[]