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

Create all data and tables necessary for the model before the function #885

Open
3 tasks
Tracked by #701
abelsiqueira opened this issue Oct 16, 2024 · 0 comments
Open
3 tasks
Tracked by #701
Assignees
Labels
Type: improvement Better way of doing something Zone: code architecture Changes to the structure or fundamentals

Comments

@abelsiqueira
Copy link
Member

abelsiqueira commented Oct 16, 2024

We can control and improve both the creation of the data/tables and the create_model function better if these concerns are separated.
This includes the "expression" data, e.g., data that informs the incoming and outgoing flow.
This includes clustering stuff (representative periods, timeframe, years, etc.)
Partition should also be created before the model, though we are missing the "scenario specification" data as a separate entity

  • Clean up create_model. Create files and functions to make it look nicer
  • Move dataframe updates to before create_model if possible. Mark places that are waiting for Define variable tables #884
  • Sets can be created beforehand as well
@abelsiqueira abelsiqueira mentioned this issue Oct 16, 2024
52 tasks
@abelsiqueira abelsiqueira self-assigned this Oct 16, 2024
@clizbe clizbe added Type: improvement Better way of doing something Zone: code architecture Changes to the structure or fundamentals labels Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: improvement Better way of doing something Zone: code architecture Changes to the structure or fundamentals
Projects
None yet
Development

No branches or pull requests

2 participants