gEconpy.data.get_example_gcn#
- gEconpy.data.get_example_gcn(name)#
Get the file path for an example model given its name.
The name should correspond to a .gcn file in the “GCN Files” directory.
- Parameters:
- name
str The name of the example model to load. Must correspond to a .gcn file in the “GCN Files” directory.
- name
- Returns:
- model
Model The loaded model.
- model