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
The fact that you got an error message from numpy instead of a more helpful message means that nsim could use some better input validation. So this is a bug in nsim.
It's reasonable for people to give a (2,1) array as a column vector. I'll probably fix this bug by enhancing nsim so that the state y can be an array with arbitrary number of dimensions (using numpy.ravel).
Then your code would work as-is.
Hi, I am trying to use nsim to simulate the following model:
To simulate it I tried the following:
It seems to work but when I try to plot the results, I get this error:
Is this a bug, or maybe a mistake in my model?
The text was updated successfully, but these errors were encountered: