Merged
Conversation
…nsport mob service.
…c transportation.
…mobility service.
…ehicle if traveler is not at home anymore.
…rror when there is no available mobility service left for a user refused.
assuntaDC
pushed a commit
to DistLab-Sannio/MnMS
that referenced
this pull request
Jan 27, 2025
* [WIP] Fix add_passenger and _insert_in_activity methods of public transport mob service. * Fix matching veh -> user PublicTransport * [WIP] Adjust algo of insert in activity, enrich example to test public transportation. * Fix waiting answer behavior. * Fix set_state_waiting_vehicle * Add comment to explain clean of _user_buffer in matching of abstract mobility service. * Fix insert in activity and request of public transport. * Remove example test_public_transport_several_pickups and make a test of it. * Remove print in test public transport several pickups. * Fix insert actvity for PT when two activities inserted in the same stopped veh. * Add test for two insert in activity when veh state is stop. * Add possibility to transfer from one line to another in the same PT layer. * Remove from available mobility service the one refused and personal vehicle if traveler is not at home anymore. * Fix removal refused mobility service when origin is a np array, add error when there is no available mobility service left for a user refused. * Set pickup_dt for all public transportation mobility services to 24 hours. Co-authored-by: Florian Gacon <florian.gacon@entpe.fr>
assuntaDC
pushed a commit
to DistLab-Sannio/MnMS
that referenced
this pull request
Jan 29, 2025
* [WIP] Fix add_passenger and _insert_in_activity methods of public transport mob service. * Fix matching veh -> user PublicTransport * [WIP] Adjust algo of insert in activity, enrich example to test public transportation. * Fix waiting answer behavior. * Fix set_state_waiting_vehicle * Add comment to explain clean of _user_buffer in matching of abstract mobility service. * Fix insert in activity and request of public transport. * Remove example test_public_transport_several_pickups and make a test of it. * Remove print in test public transport several pickups. * Fix insert actvity for PT when two activities inserted in the same stopped veh. * Add test for two insert in activity when veh state is stop. * Add possibility to transfer from one line to another in the same PT layer. * Remove from available mobility service the one refused and personal vehicle if traveler is not at home anymore. * Fix removal refused mobility service when origin is a np array, add error when there is no available mobility service left for a user refused. * Set pickup_dt for all public transportation mobility services to 24 hours. Co-authored-by: Florian Gacon <florian.gacon@entpe.fr>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What has been done: