Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Correct optimization_waiting_time check statement #31

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

kekishida
Copy link

SUMMARY

Correcting optimization_waiting_time check statement for tour_planning_api.py.
When I called the library at present like:

res = ls.solve_tour_planning(fleet=fleet, plan=plan, optimization_traffic="historicalOnly", is_async=True)

Always 400 bad request is returned, since unnecessary members in the data are added.

ISSUE TYPE

Bugfix Pull Request

COMPONENT NAME
here_location_services/tour_planning_api.py

ADDITIONAL INFORMATION

I'm new to this project. Please let me know if there is anything wrong.

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

Successfully merging this pull request may close these issues.

2 participants