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

feat: public transport model #73

Merged
merged 7 commits into from
Nov 7, 2022

Conversation

leo-desbureaux-tellae
Copy link
Contributor

add a new public transport model (PT) that simulates a GTFS, without users
it comes with new doc, new tests, and new base classes

# compute approximate distance and cut in the environment
yield self.execute_process(self.fly_(duration=move_duration, distance_factor=1, verb=False))

def serve_stop(self, user_stop):

Check notice

Code scanning / CodeQL

Explicit returns mixed with implicit (fall through) returns

Mixing implicit and explicit returns may indicate an error as implicit returns always return None.
@leo-desbureaux-tellae leo-desbureaux-tellae merged commit 4f007be into main Nov 7, 2022
@leo-desbureaux-tellae leo-desbureaux-tellae deleted the feat/public_transport_model branch November 7, 2022 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant