2+1D Pouch Cell Model-Error in checking negative electrode potential

Hello, when I use the options = {“current collector”: “potential pair” and “dimension”: 2}, I am going to check the change of negative potential, but there is an error. I hope you can help me solve it. Thank you very much.

I believe the issue is that you are trying to process a 3D variable, which is not implemented yet. You can try plotting smaller dimension variables, like the current collector potential or the averaged electrode potential over the current collector.

PS: from the error it looks like you are running an old version of PyBaMM, you may want to update to a newer version (note this won’t fix the issue).

Thank you very much for your reply and answer