-
Notifications
You must be signed in to change notification settings - Fork 22
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
Fix travel times computation #237
Conversation
braktar
commented
Jun 15, 2021
•
edited
Loading
edited
- Edit Mini/Maxi-mized variables optimizer-ortools#21
I saw too late that you put the PR in draft mode while I was reviewing :| |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me. I saw that there are 3 failing real_cases tests. If the dev of this PR is correct that means we still have a bug somewhere which touches the time calculations. But we have no failing unit/functional tests. If this is the case can you please add a unit test based on an MWE?
|
3541fd7
to
e886725
Compare
|
It seems that the tests were all failing due to a CI issue. It was expecting an image which didn't exists. It seems to be solved after the rebase |