bankofcanada / ModelBaseEcon.jl

BSD 3-Clause "New" or "Revised" License
26 stars 5 forks source link

Incorrect result from `@lag` macro with multiple indexes in expression #59

Closed bbejanov closed 4 months ago

bbejanov commented 7 months ago

image Should be image

This affects all macros that rely on @lag, for example, @movav, etc.

bbejanov commented 7 months ago

Also affects @rec in TimeSeriesEcon: https://github.com/bankofcanada/TimeSeriesEcon.jl/issues/56