Fix tests

This commit is contained in:
Pieter Vander Vennet 2023-05-30 03:33:41 +02:00
parent 1c99173f32
commit 1276c62e69
2 changed files with 9 additions and 13 deletions

View file

@ -253,7 +253,6 @@ class ClosestNObjectFunc implements ExtraFunction {
const maxFeatures = options?.maxFeatures ?? 1
const maxDistance = options?.maxDistance ?? 500
const uniqueTag: string | undefined = options?.uniqueTag
console.log("Calculating 'closestn' features")
let allFeatures: Feature[][]
if (typeof features === "string") {
const name = features