Replies: 1 comment
-
|
Hi @oarcelus PyBOP's |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to run impedance simulations with the grouped parameter model SPMe provided in PyBOP. Here a example:
I have an error saying that KeyError: "'Total current density [A.m-2]' not found. Best matches are ['Current [A]']". This comes from the following code in
EISSimulationclassWhere external circuit
FunctionControlis exposing a current density variable, while theGroupedSPMeclass does not. I see thatPyBOPhas its own EIS simulator. I see that there is a slightly different code forsymbol_replacement_map. Where you explicitly check if external circuit variables are exposed to the model.Is there any other changes that EIS simulator does in PyBOP to handle these grouped parameter models?
Beta Was this translation helpful? Give feedback.
All reactions