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

tabulate does not work on perturbation result #161

Closed
gabriellequeran opened this issue Oct 11, 2021 · 1 comment
Closed

tabulate does not work on perturbation result #161

gabriellequeran opened this issue Oct 11, 2021 · 1 comment
Assignees

Comments

@gabriellequeran
Copy link
Contributor

When pert is written, it can't be tabulated.

@albop
Copy link
Member

albop commented Oct 14, 2021

This is a missing feature in the implementation of the tabulate function (see after

function tabulate(model::AbstractModel, dr::AbstractDecisionRule, state::Symbol,
)

Currently, tabulate does the same thing for any kind of decision rule dr . It takes the boundaries from dr.endo_grid.bounds.

It would make sense to take instead boundaries for model.domain.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants