when using .apply() with keyword arguments, these are not called when evaluating the steady state. I think they should be, because they are hardwired anyways
for nonlinear irfs, the (optional) options dictionary are not updated with potential keyword arguments, although it seems that this is intended (via the call to .get_options).
Two minor fixes:
.apply()
with keyword arguments, these are not called when evaluating the steady state. I think they should be, because they are hardwired anywaysoptions
dictionary are not updated with potential keyword arguments, although it seems that this is intended (via the call to.get_options
).Thanks for the great package!