-
Notifications
You must be signed in to change notification settings - Fork 2
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
324 pass annuity of capex to optimize function instead of capex #325
324 pass annuity of capex to optimize function instead of capex #325
Conversation
…o 316-prevent-storage-between-weeks
…y-of-capex-to-optimize-function-instead-of-capex
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wingechr can you check this please? I had to mess around in the API a bit because the optimize function needs annuities of capex, not capex
"CAPEX_A": annuity( | ||
periods=proc_data["LIFETIME"], | ||
rate=input_data["parameter"]["WACC"], | ||
value=proc_data["CAPEX"], | ||
), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wingechr this is the interesting bit
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks correct
No description provided.