Skip to content

Economic cashflow model#2

Open
rebeccamccabe wants to merge 14 commits into
mainfrom
economic_asl
Open

Economic cashflow model#2
rebeccamccabe wants to merge 14 commits into
mainfrom
economic_asl

Conversation

@rebeccamccabe

Copy link
Copy Markdown
Contributor

No description provided.

Comment thread foo Outdated
@@ -0,0 +1 @@
foo foo foo

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

you can delete this file now

Comment thread foo2.py Outdated
@@ -0,0 +1 @@
foo2

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

delete this too

Comment thread cashflow_v1.ipynb
@@ -0,0 +1,178 @@
{

@rebeccamccabe rebeccamccabe Oct 12, 2023

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Line #46.    cashflow = [profit_year, profit_year, profit_year, profit_year, profit_year] # i need to make this more flexible to account for varying lifetime

you can do np.full( (lifetime,), profit_year).


Reply via ReviewNB

Comment thread cashflow_v1.ipynb
@@ -0,0 +1,178 @@
{

@rebeccamccabe rebeccamccabe Oct 12, 2023

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Line #52.    time = np.arange(len(cashflow))

Define time above the for loop, and then loop through time, to avoid redoing a similar calc twice.


Reply via ReviewNB

… data, interpolated dataframes for computation, plotted lmp and npv data
@review-notebook-app

Copy link
Copy Markdown

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

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.

2 participants