diff --git a/src/processing.py b/src/processing.py index 290fc74..d338b31 100644 --- a/src/processing.py +++ b/src/processing.py @@ -15,6 +15,7 @@ def get_first_solution(n, data): ) furthest_index = distance_sum["distance"].astype(float).idxmax() furthest_row = distance_sum.iloc[furthest_index] + furthest_row["distance"] = 0 return furthest_row