Restrict NearestNeighbors version; remove debug statement

relog-web v0.6.0
Alinson S. Xavier 3 years ago
parent 9191474df8
commit 51ff8eb130
Signed by: isoron
GPG Key ID: 0DA8E4B9E1109DCA

@ -45,3 +45,4 @@ ProgressBars = "1"
Shapefile = "0.8" Shapefile = "0.8"
ZipFile = "0.10" ZipFile = "0.10"
julia = "1" julia = "1"
NearestNeighbors = "0.4"

@ -38,7 +38,6 @@ function parse(json)::Instance
error("Unknown distance metric: $metric_name") error("Unknown distance metric: $metric_name")
end end
end end
@show distance_metric
plants = Plant[] plants = Plant[]
products = Product[] products = Product[]

Loading…
Cancel
Save