Closed jlperla closed 2 years ago
Let me provide some details (if beneficial): from the last experiments that I ran, SymbolicUtils 0.19.8 spit out some errors in building the DSGE model from the source file. Therefore it has to be something in between.
I isolated it and think it highly likely to be the same as https://github.com/JuliaSymbolics/SymbolicUtils.jl/issues/433
If we end up need this, we might be able to replace the powers of 2
with 2.0
. Otherwise we can wait for it to be closed.
Alas, moving 1-> 1.0, 2 -> 2.0 didn't seem to provide a workaround so we will have to wait for the bug to be fixed in https://github.com/JuliaAlgebra/DynamicPolynomials.jl
Some change in SymbolicUtils after 0.19.2 caused a regression. Investigate and remove the pinning.