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

Add attribute allow_opp_charging to rotation #213

Merged
merged 4 commits into from
Oct 10, 2024

Conversation

PaulScheerRLI
Copy link
Collaborator

Fixes issue #209

Adds boolean attribute "allow_opp_charging" to rotation.

@@ -11,6 +11,7 @@ def __init__(self, id, vehicle_type, schedule) -> None:
self.trips = []
self.schedule = schedule

self.allow_oppb_charging: bool = True
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rename: allow_opp_charging_for_oppb

@j-brendel j-brendel self-requested a review October 10, 2024 13:15
Copy link
Collaborator

@j-brendel j-brendel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good

@j-brendel j-brendel merged commit c952471 into dev Oct 10, 2024
6 checks passed
@j-brendel j-brendel deleted the feature/rotation_allow_opp_charging branch October 10, 2024 13:16
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.

3 participants