-
-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LabelledArrays Error #296
Comments
I'm reattaching my model code below with equations removed. The lines at the bottom below the hashtags are giving me problems.
Adding on to the problems from the earlier comment:
when I try
|
Transferring to Sundials. It's a Sundials issue since what's happening is that the solution is not actually calculated using LabelledArrays in Sundials |
Getting the following error with the last line of this example:
ArgumentError: invalid index: :a of type Symbol
Removed all the equations from my actual model and still getting errors:
sol(-60:0, idxs=1)
gives the error:sol(-60:0, idxs=:Na_n)
gives the error:The text was updated successfully, but these errors were encountered: