Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

core: pathfinding: fix pathfinding class to handle overlapping points #10512

Merged
merged 1 commit into from
Jan 24, 2025

Conversation

eckter
Copy link
Contributor

@eckter eckter commented Jan 23, 2025

We didn't always handle this case properly, we kind of only did sometimes accidentally handle it. Caused issues in #10200.

(this pathfinding class is a mess)

@eckter eckter requested a review from Erashin January 23, 2025 16:28
@eckter eckter requested a review from a team as a code owner January 23, 2025 16:28
@github-actions github-actions bot added the area:core Work on Core Service label Jan 23, 2025
@eckter eckter force-pushed the ech/fix-pathfinding-overlapping-points branch from 574b5c4 to 3738f3d Compare January 23, 2025 16:29
@codecov-commenter
Copy link

codecov-commenter commented Jan 23, 2025

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.80%. Comparing base (a90a394) to head (3738f3d).
Report is 1 commits behind head on dev.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev   #10512      +/-   ##
==========================================
- Coverage   81.81%   81.80%   -0.01%     
==========================================
  Files        1073     1073              
  Lines      106718   106718              
  Branches      730      730              
==========================================
- Hits        87306    87301       -5     
- Misses      19373    19378       +5     
  Partials       39       39              
Flag Coverage Δ
editoast 74.27% <ø> (-0.02%) ⬇️
front 89.34% <ø> (ø)
gateway 2.18% <ø> (ø)
osrdyne 3.28% <ø> (ø)
railjson_generator 87.50% <ø> (ø)
tests 87.05% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@eckter eckter added this pull request to the merge queue Jan 24, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jan 24, 2025
@eckter eckter added this pull request to the merge queue Jan 24, 2025
Merged via the queue into dev with commit 1fe7f70 Jan 24, 2025
27 checks passed
@eckter eckter deleted the ech/fix-pathfinding-overlapping-points branch January 24, 2025 09:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:core Work on Core Service
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants