We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When pert is written, it can't be tabulated.
The text was updated successfully, but these errors were encountered:
This is a missing feature in the implementation of the tabulate function (see after
Dolo.jl/src/algos/simulation.jl
Line 361 in b0310cf
Currently, tabulate does the same thing for any kind of decision rule dr . It takes the boundaries from dr.endo_grid.bounds.
tabulate
dr
dr.endo_grid.bounds
It would make sense to take instead boundaries for model.domain.
model.domain
Sorry, something went wrong.
gabriellequeran
No branches or pull requests
When pert is written, it can't be tabulated.
The text was updated successfully, but these errors were encountered: