Skip to content

Commit

Permalink
Add get_dict access function for AbstractModel.
Browse files Browse the repository at this point in the history
  • Loading branch information
William Chen committed Jul 2, 2019
1 parent af7a720 commit a4e9eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DSGE.jl
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module DSGE
inds_presample_periods, inds_prezlb_periods, inds_zlb_periods, inds_mainsample_periods,
n_states, n_states_augmented, n_shocks_exogenous, n_shocks_expectational,
n_equilibrium_conditions, n_observables, n_parameters, n_parameters_steady_state,
n_parameters_free, n_pseudo_observables, get_key,
n_parameters_free, n_pseudo_observables, get_dict, get_key,
inds_states_no_ant, inds_shocks_no_ant, inds_obs_no_ant,
spec, subspec, saveroot, dataroot,
data_vintage, data_id, cond_vintage, cond_id, cond_full_names, cond_semi_names, use_population_forecast,
Expand Down

2 comments on commit a4e9eb7

@ethanmatlin
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/1730

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.7.0 -m "<description of version>" a4e9eb7183d7ae186966e774b598460e92699602
git push origin v0.7.0

Please sign in to comment.