-
-
Notifications
You must be signed in to change notification settings - Fork 199
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
ConsumptionSaving PEP8 conversions #959
Conversation
@@ -236,7 +236,7 @@ \subsection{Idiosyncratic and Aggregate Shocks to Income} | |||
|
|||
The objects $\textbf{R}(\cdot)$ and $\textbf{W}(\cdot)$, are functions of the (effective) capital-to-labor ratio that yield the (net) interest factor and wage rate respectively. As noted above, these are determined by the aggregate production function and the degree of capital depreciation. The $\texttt{k}(\cdot)$ function represents the agent's beliefs about the evolution of the capital-to-labor ratio $k_t$. As with idiosyncratic shocks, there is an aggregate shock process $(F_{\Theta},F_{\Psi})$. | |||
|
|||
The one period problem of this model is solved by the function \texttt{solveConsAggShock}, the default value of \texttt{solveOnePeriod} for \texttt{AggShockConsumerType}. The attributes required to specify an instance of this class are listed in the concordance below. | |||
The one period problem of this model is solved by the function \texttt{solveConsAggShock}, the default value of \texttt{solve_one_period} for \texttt{AggShockConsumerType}. The attributes required to specify an instance of this class are listed in the concordance below. |
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.
Do not change the legacy .tex files
remove it entirely!
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.
double check to make sure it's not being used before removing it
@llorracc coordinate with @sbenthall and then merge |
Codecov Report
@@ Coverage Diff @@
## master #959 +/- ##
=======================================
Coverage 71.84% 71.84%
=======================================
Files 62 62
Lines 9204 9204
=======================================
Hits 6613 6613
Misses 2591 2591
Continue to review full report at Codecov.
|
Building on #953, this converts method names in ConsumptionSaving to PEP 8 style.
When there is the name of a mathematical object, this is left in its original style.