-
-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Corrected the lifecycle model, now it is a lifecycle model for a labo…
…r intensive margin consumer. But for some unknown reason, it does not allow me to set T_retire above 0. If T_retire is set, then there is an IndexError at line 774 in interpolation.py. After tracking of the error, I suspect that something is messed up in the process of passing bNrmGrid_rep into Interpolation.LinearInterp._eval0rder. If I set T_retire = 0, the print of length of bNrmGrid_rep and x_list in _eval0rder is 200, 201, 200, 16. If I set T_retire > 0, the print of length of bNrmGrid_rep and x_list in _eval0rder is 200, 201, 200, 1. However, I cannot identify why T_retire > 0 gives such a result. Will continue working on this.
- Loading branch information
1 parent
5154760
commit 5820958
Showing
3 changed files
with
84 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters