PSLmodels / OG-Core

An overlapping generations model framework for evaluating fiscal policies.
https://pslmodels.github.io/OG-Core/
Creative Commons Zero v1.0 Universal
68 stars 119 forks source link

Variables to plot in `output_plots.plot_gdp_ratio` #960

Closed jdebacker closed 2 months ago

jdebacker commented 3 months ago

Two things should be done to provide a better user experience in output_plots.plot_gdp_ratio

  1. Expand the list of variables in constants.py
  2. If a user enters a variable not in that list, then raise an assertion providing a warning that it's not in the list and guide them as to why.
jdebacker commented 2 months ago

Resolved with PR #962