shade-econ / sequence-jacobian

A unified framework to solve and analyze heterogeneous-agent macro models.
MIT License
253 stars 149 forks source link

Endogenous labor model / NUMBA update #18

Closed carloseduardosg closed 4 months ago

carloseduardosg commented 1 year ago

Hi, already bugged Adrien and Bence with this, but could not resolve the issue...I managed to downgrade my numba package from 0.54.2 to 0.51.0 and still my code crashes when running the HANK 1 asset endogenous labor model. Any clues?

lukas-hack commented 1 year ago

If this is still about the steady-state not being found due to Numba updates look here: https://github.com/shade-econ/sequence-jacobian/issues/10

I posted a simple way of adjusting the code to make it work.