ncachanosky / Macro-with-Python

Macro with Python

Home Page:https://www.ncachanosky.com/macro_python/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting some weired issue in As-Ad model

akash-mahmud opened this issue · comments

commented

I am new to python. Doing some data analysis and macro economic analysis. I found your repo and start doing some experiments. But when I run you As-Ad model code on google colab it had run successfully but when I run this on my system or any other places I am getting a weird issue.
ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (2,) + inhomogeneous part.
-> 215 plt.axhline(y = Pstar, xmax = LRAS/80, ls=':', color='k')
image
image