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:
namestr

The name of the example model to load. Must correspond to a .gcn file in the “GCN Files” directory.

Returns:
modelModel

The loaded model.