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

82 create scenario csvs from ini file #83

Merged
merged 6 commits into from
Jul 15, 2024

Conversation

ahobeost
Copy link
Contributor

No description provided.

@ahobeost ahobeost linked an issue Jul 15, 2024 that may be closed by this pull request
2 tasks

def write_prepared_data_and_sheets_to_excel(excel_file_path: str, excel_data: dict):
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This still exists further down.

@@ -11,3 +11,15 @@ class NodeKeys(_enum.StrEnum):
storages = "storages"
stratified_storage = "stratified_storage"
profiles = "profiles"


class CsvInputFilePathsRelative(_enum.StrEnum):
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This enum ensures we can easily change these entries here, without needing to change it in the rest of the code.

@ahobeost ahobeost merged commit 9410df4 into main Jul 15, 2024
2 checks passed
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.

create scenario csvs from ini file.
1 participant