Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: clemens.fricke <[email protected]>
  • Loading branch information
j042 and clemens-fricke authored Jan 10, 2024
1 parent a903c86 commit cfece44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gustaf/utils/connec.py
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,6 @@ def _sequentialize_edges(edges, start=None, return_edges=False):
for _ in range(len(next_candidates)):
if polygon[0] == polygon[-1]:
break
hits = []
# search for ids
a_ids = t.a.radius_search([[polygon[-1]]], r, True)[0][0]
b_ids = t.b.radius_search([[polygon[-1]]], r, True)[0][0]
Expand Down

0 comments on commit cfece44

Please sign in to comment.