diff options
Diffstat (limited to 'dashboard_website/router.py')
| -rw-r--r-- | dashboard_website/router.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
