jessegrabowski / gEconpy

A collection of tools for working with DSGE models in python, inspired by the R package gEcon
https://geconpy.readthedocs.io/en/latest/index.html
GNU General Public License v3.0
23 stars 3 forks source link

Model building does not catch undefined parameters #31

Open jessegrabowski opened 1 year ago

jessegrabowski commented 1 year ago

If a user forgets to assign a parameter a value in the GCN file, an error should be raised when the model constructor is called.