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

Fix Assumption System #1

Closed jessegrabowski closed 1 year ago

jessegrabowski commented 1 year ago

The assumptions block (used to set up sympy symbols and facilitate using sp.solve and sp.simplify) was previously broken. This PR:

A new data structure, SymbolDictionary, is also added to: