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

RPHAST and Dijkstra matrix times not equal #1139

Open
HendrikLeuschner opened this issue Mar 7, 2022 · 2 comments
Open

RPHAST and Dijkstra matrix times not equal #1139

HendrikLeuschner opened this issue Mar 7, 2022 · 2 comments

Comments

@HendrikLeuschner
Copy link
Collaborator

RPHAST times are higher than Dijkstra Matrix times for the same request. On test HD graph:
e.g.

{
    "locations": [
        [8.703320316580971, 49.43318333640056], [8.687654576684464, 49.424556390630144], [8.717757183423817, 49.40164721633349], [8.716099590637365, 49.39451178723492]
    ],

    "metrics": [
        "distance",
        "duration"
    ],
    "destinations":[1], "sources":[2]

}

They should be equal or lower for RPHAST.

@aoles
Copy link
Member

aoles commented Jun 24, 2022

Thanks for raising this issue! Do you think you could include the actual response values from both RPHAST and Dijkstra for reference?

I was wondering whether this should be considered as a bug rather than cleanup, what do you think?

@HendrikLeuschner
Copy link
Collaborator Author

I will have to check this again to see if the issue is still there, then I can attach the actual times, yes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants