EconForge / dolo.py

Economic modelling in python
BSD 2-Clause "Simplified" License
98 stars 72 forks source link

model.exogenous.Sigma obsolete for new MvNormal, change it to Greek #184

Closed ezgioz closed 4 years ago

ezgioz commented 4 years ago

Using the perturb function (for BGM) I received the following error message:

I changed model.exogenous.Sigma to model.exogenous.Σ

@albop Does it seem coherent for the rest of the code?

albop commented 4 years ago

Yes it makes sense. Thanks for the fix. Can you remve the old line instead of commenting it ?

ezgioz commented 4 years ago

@albop done