-
-
Notifications
You must be signed in to change notification settings - Fork 594
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
Simulation of 2D pouch cell model fails when experiment has more than one step #1549
Comments
Can anyone reproduce this? |
Yes, there are two possible fixes, either
or
The latter is probably easier. If the 3D variable is already a state in the system (which it will be in most cases), we can just directly call |
Hi, I was wondering if you eventually managed to solve the issue with the experiment protocol with either of the above suggestions? I didn't manage to make it work. |
This has not been done yet |
Covered by another issue, so I will close this one for now |
What is the other issue that covers this? I'm trying to keep track of when this might become available |
Describe the bug
Simulation of 2D pouch cell model fails when experiment has more than one step.
This is almost the same code as in #1547, but I believe it's a different error.
To Reproduce
It works when removing the second step in the experiment (see #1547).
Expected behaviour
Solve
Screenshots
The text was updated successfully, but these errors were encountered: