-
Notifications
You must be signed in to change notification settings - Fork 126
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
[NAV-3444] add penality bike parking #4320
base: dev
Are you sure you want to change the base?
Conversation
source/jormungandr/jormungandr/scenarios/helper_classes/helper_utils.py
Outdated
Show resolved
Hide resolved
source/jormungandr/jormungandr/scenarios/helper_classes/helper_utils.py
Outdated
Show resolved
Hide resolved
type=OptionValue(park_modes.all_park_modes), | ||
dest="park_mode", | ||
action="append", | ||
help='Force the park mode if the first section is by bike\n', |
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.
the comment is not accurate.. it's not only for bike, it could be used by car later and it works for last section as well
@@ -355,6 +355,9 @@ def finalise_journeys(self, future_manager, request, responses, context, instanc | |||
request=request, | |||
journeys=journeys_to_complete, | |||
request_id="{}_complete_pt_journey".format(request_id), | |||
instance=instance, | |||
future_manager=future_manager, | |||
_request_id=request_id, |
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.
_request_id=request_id, |
source/jormungandr/jormungandr/scenarios/helper_classes/helper_utils.py
Outdated
Show resolved
Hide resolved
source/jormungandr/jormungandr/scenarios/helper_classes/helper_utils.py
Outdated
Show resolved
Hide resolved
source/jormungandr/jormungandr/scenarios/helper_classes/helper_utils.py
Outdated
Show resolved
Hide resolved
source/jormungandr/jormungandr/scenarios/helper_classes/helper_utils.py
Outdated
Show resolved
Hide resolved
source/jormungandr/jormungandr/scenarios/helper_classes/helper_utils.py
Outdated
Show resolved
Hide resolved
source/jormungandr/jormungandr/scenarios/helper_classes/helper_utils.py
Outdated
Show resolved
Hide resolved
Quality Gate passedIssues Measures |
No description provided.