You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@sbenthall This issue is fixed by 7a12eb7 .
The yaml file is now incorrect and accessing the exogenous property should raise error Line 29, column 11. Unexpected argument 'Sigma'. Expected: 'AR1(ρ=float, σ=float, μ=Optional[float])'
The convention is now that AR1 is a scalar process which accepts scalar arguments, while VAR1
is a vector process, which takes vector or matrices as arguments.
To fix the yaml file either change AR1 by VAR1 or change \Sigma to \sigma as suggested by the error message.
When looking at this model:
https://github.com/EconForge/dolo/blob/master/examples/models/consumption_savings.yaml
I get the following error inspecting
model.exogenous
:The text was updated successfully, but these errors were encountered: