bancaditalia / ABCredit.jl

A fast and simple to use Julia implementation of the macroeconomic model described in [Assenza, Delli Gatti, Grazzini (2015)]
https://bancaditalia.github.io/ABCredit.jl/
GNU Affero General Public License v3.0
8 stars 2 forks source link

Fix: remove method overwriting #4

Closed Brusa99 closed 4 months ago

Brusa99 commented 4 months ago

Remove function capital_goods_market! and initialise_model overwriting. Overwriting disables pre-compilation when installing the package.

AldoGl commented 4 months ago

Well spotted @Brusa99! Merging now