Skip to content

Commit

Permalink
style(pre-commit.ci): auto fixes [...]
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jul 8, 2024
1 parent 67d2e46 commit ae7069b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/useq/_point_visiting.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,6 @@ def _shortest_tour_order(points: np.ndarray, start_at: int = 0) -> np.ndarray:
raise NotImplementedError("Shortest tour is not implemented yet.")





def _path_distance(r: np.ndarray, c: np.ndarray) -> float:
# Calculate the euclidian distance in n-space of the route r traversing cities c,
# ending at the path start.
Expand Down

0 comments on commit ae7069b

Please sign in to comment.