Hi, there
I encountered this problem when running the model, but I did not modify any parameters related to time, how can I solve it?
Thanks!
Hi, there
I encountered this problem when running the model, but I did not modify any parameters related to time, how can I solve it?
Thanks!
Hi @emilywen2001,
From the attached error message it looks like an error with indexing, perhaps you are indexing into a parameter or variable’s time dimension using an Integer instead of t
? If possible please paste the complete error message, since at some point further down the Stacktrace should point to a line of code in one of your machine’s files, which will help us better understand where the error is coming from. Take a look and see if you can see (in light grey) a line of your code?
Thanks! I found a dimension declaration error and figured it out
Oh great, glad to be of help!