-
-
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
Linear aXtraGrid #1172
Linear aXtraGrid #1172
Conversation
Codecov ReportBase: 73.58% // Head: 73.57% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #1172 +/- ##
==========================================
- Coverage 73.58% 73.57% -0.01%
==========================================
Files 72 72
Lines 11465 11462 -3
==========================================
- Hits 8436 8433 -3
Misses 3029 3029
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
see #1171 To do: unit test |
Is this ready to merge? |
@llorracc this is ready to review, I have moved |
to do : make more general use with abstract grids |
"aXtraNestFac": -1, | ||
} | ||
|
||
params = SimpleNamespace(**params) |
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.
cool choice. hadn't heard of SimpleNamespace before
Creates linearly spaced asset grid for models that inherit from
IndShockConsumerType
whenaXtraNestFac == -1
.