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

new option create_trips_in_report #200

Merged
merged 2 commits into from
Jul 24, 2024
Merged

Conversation

stefansc1
Copy link
Collaborator

@stefansc1 stefansc1 commented Jun 20, 2024

If new option is set, a file named trips.csv will be created in the output folder during each report mode, containing the current state of trips. This file can be used as a new input file for later simulations.
Resolves #198

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.

@stefansc1 : Could you please sort the rotations alphanumerically?

Also the consupmtion column can right now not be used as input, but this should be fixed (#203).

Otherwise the implementation seems fine!

@@ -43,19 +43,21 @@ mode = ["sim", "report"]
##### Flags #####
### Activate optional functions ###
# Set flag for cost calculation: (default: false)
cost_calculation = true
cost_calculation = false
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please also leave true and make this a default

@stefansc1 stefansc1 requested a review from j-brendel July 11, 2024 09:55
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.

bravo

@j-brendel j-brendel merged commit d92aec6 into dev Jul 24, 2024
6 checks passed
@j-brendel j-brendel deleted the feature/create_trips_in_report branch July 24, 2024 14:56
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.

Output new trips.csv after spilt rotations
2 participants