opentripplanner / OpenTripPlanner

An open source multi-modal trip planner
http://www.opentripplanner.org
Other
2.12k stars 1.01k forks source link

Duplicate access/egress paths passed into Raptor #5601

Open t2gran opened 6 months ago

t2gran commented 6 months ago

Expected behavior

There sould be only one option for the following set of criterias passed into Raptor for access/egress paths:

Observed behavior

When debugging Raptor I saw that there were a rejected and a accepted path for each path - this looked a bit strange. It turned out to be duplicate access/egress paths.

How to fix

Version of OTP used (exact commit hash or JAR name)

dev-2.x

Data sets in use (links to GTFS and OSM PBF files)

latest entur

Steps to reproduce the problem

I will add logic in Raptor to filter away duplicates and add debug logging as well, but we also need to look at why this is happening in AStar. The performance overhead is probably small, but it is annoying when debugging Raptor.

github-actions[bot] commented 3 weeks ago

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 30 days