example model for debugging
peisenha opened this issue · 2 comments
- respy version used, if any:
- Python version, if any:
- Operating System:
Is your feature request related to a problem? Please describe.
We are using respy
for several projects that focus on computational aspects. The usual workflow is to scale up our analysis from a toy model to a full application of KW97. We have a very useful function that allows us to easily swap in and out models of different complexity with get_example_model
. However, these models are motivated by either replication or use in a tutorial. Even the smallest model robinson_basic
does take a (short) moment to solve.
Describe the solution you'd like
It would be great if we just have a debug
model (maybe just two periods, small number of integration points, etc.) that can be used to prototype research code around respy
.
It takes 74ms to solve the basic robinson crusoe model and 300ms to solve and simulate 1k Robinsons with the new flexible choice sets. IMO, Changing draws and periods is the bare minimum one should be able to change when using respy.
If it is fine with you, I will close this issue.
Yes, please do.