-
-
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
Small (easy) improvements in LaborIntMarg model #427
Comments
In fact, here's the code for that method, from a (private) branch:
So no PhD in economics required, just the ability to copy-paste that code, remove 'LbrCost' from the class definition of time_vary, and call self.updateLbrCost() in from the update() method. |
Thx. PhD-level econ is required for understanding what you are doing and why, but not for what to do. |
I will have a go at this. This is my first attempt at open source! |
I already did #1, I think.
…On Sat, Feb 15, 2020, 6:10 AM Saptarshi Kumar ***@***.***> wrote:
I will have a go at this. This is my first attempt at open source!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#427?email_source=notifications&email_token=ADKRAFOD474DGNWDG6GHZBDRC7ESDA5CNFSM4JHQGPBKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEL3H3YY#issuecomment-586579427>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADKRAFP2NEKK2IWEBMFTD6DRC7ESDANCNFSM4JHQGPBA>
.
|
I have successfully implemented the second feature. I will send a PR then. |
fixed in #524 |
Two (tiny, not that important) tasks left to do after #392 was merged:
(1) To adjust the xlim and ylim for the infinite horizon figures so that they're "nice" like the lifecycle ones below.
(2) To add a little 6 line method that looks at some attribute of a LaborIntMargType, reading it as nth degree polynomial coefficients, and constructs self.LbrCost using that polynomial. This is just so that time-varying LbrCost "comes from" somewhere as a constructed attribute, rather than being manually written in a parameter dictionary.
Originally posted by @mnwhite in #392 (comment)
The text was updated successfully, but these errors were encountered: