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

Rounding error in A* #6481

Open
vpaturet opened this issue Feb 21, 2025 · 0 comments
Open

Rounding error in A* #6481

vpaturet opened this issue Feb 21, 2025 · 0 comments
Labels
Bug Regression This feature is no longer working.

Comments

@vpaturet
Copy link
Contributor

Some trip searches trigger the following warning in the logs:

A graph path arrives after the requested time. This implies a bug

Debugging a few occurrences of this bug shows that the difference between arrival time and requested time is always 1s.

It seems this is a side-effect of #6436

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

Latest dev-2x

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

Norwegian dataset.

@vpaturet vpaturet added Bug Regression This feature is no longer working. labels Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Regression This feature is no longer working.
Projects
None yet
Development

No branches or pull requests

1 participant