Skip to content

5 implement run model#10

Merged
alxsmith merged 11 commits intomainfrom
5-implement-run_model
Aug 26, 2025
Merged

5 implement run model#10
alxsmith merged 11 commits intomainfrom
5-implement-run_model

Conversation

@alxsmith
Copy link
Copy Markdown
Contributor

Linked in the capex function to run model and passed matching input params

should only need to review model.py

@alxsmith alxsmith linked an issue Aug 25, 2025 that may be closed by this pull request
npas_this_year, year, input_params.shared.npa_install_costs, input_params.shared.npa_lifetime
)
if scenario_params.gas_electric == "gas":
gas_capex_projects = gas_capex_projects.vstack(npa_capex)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Nit: change to pl.concat to match usage in line 115 where we are also just tacking on additional rows to an existing df. Also in line 97

@alxsmith alxsmith merged commit 48b3880 into main Aug 26, 2025
0 of 7 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.

Implement run_model

2 participants