feat(folder structure): introduce improved folder structure - #96
Open
dusanparipovic wants to merge 4 commits into
Open
feat(folder structure): introduce improved folder structure#96dusanparipovic wants to merge 4 commits into
dusanparipovic wants to merge 4 commits into
Conversation
… breakdown scenarios - Introduced multiple input files including calendar, system, catalogs, model libraries, taxonomy, and view configurations for testing filtering and breakdown functionalities. - Updated CLI parser help messages for clarity on input and output directory structures. - Added new simulation tables in output directories for enhanced testing capabilities. - Ensured consistency in property ordering across components in system configurations.
- Introduced the InputLayout class to manage the directory structure for input files, enhancing clarity and organization. - Updated the run_view_building_process function to accept a catalogs_dir parameter, improving the validation process for catalogs against taxonomy. - Replaced the StudyLayoutValidator with InputLayoutValidator for better alignment with the new input structure. - Adjusted various loading functions to utilize the new InputLayout paths, ensuring consistency across the codebase. - Enhanced tests to reflect the new input directory structure and validation logic, improving overall test coverage and reliability.
- Updated the `run_view_building_process` function to accept an `InputLayout` instance, enhancing clarity in input management. - Replaced the `StudyLayoutValidator` with `InputLayoutValidator` for improved validation consistency. - Adjusted the `Loader` class to utilize the new `InputLayout` structure, ensuring consistent path handling for input data. - Enhanced tests to reflect the new input structure, improving coverage and reliability across various scenarios.
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.
No description provided.