Skip to content
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

ENH: Allow for custom grids #76

Closed
timmens opened this issue May 22, 2024 · 1 comment
Closed

ENH: Allow for custom grids #76

timmens opened this issue May 22, 2024 · 1 comment
Labels
enhancement New feature or request Priority: Low

Comments

@timmens
Copy link
Member

timmens commented May 22, 2024

Feature: Allow for custom grids besides linear and logarithmic

Potential use cases: Kinks in the tax schedule, etc.

Implementation

Passing the custom grids to LCM's internals will be easy. The complexity of this feature stems from the fact that we need to write a get_custom_grid_coordinate function, that returns a generalized coordinate value for the interpolation.

@timmens
Copy link
Member Author

timmens commented May 24, 2024

Incorporated in #16

@timmens timmens closed this as completed May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Priority: Low
Projects
None yet
Development

No branches or pull requests

1 participant