From 077c5ce0f1bcd55fb2d30e33b33b59bddb0c3dd5 Mon Sep 17 00:00:00 2001 From: Anson Bridges Date: Sat, 16 Nov 2024 08:48:54 -0500 Subject: less sensitive, no loop --- dashboard_website/router.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dashboard_website') diff --git a/dashboard_website/router.py b/dashboard_website/router.py index 122f767..731362a 100644 --- a/dashboard_website/router.py +++ b/dashboard_website/router.py @@ -72,7 +72,7 @@ def getClusters(bikes, clues, endpoint, minimal=True): # utility functions (internal) def cluster_and_optimize( - clues: [Clue], bikes: [Bike], end: Point, minimal : bool, time_diff=0.25 + clues: [Clue], bikes: [Bike], end: Point, minimal : bool, time_diff=0.75 ): """ Takes a dataframe of gps coordinates, a list of centroids, and an end point and returns a dataframe with a cluster -- cgit v1.2.3