Replies: 1 comment 6 replies
-
The second error is because in order to access the |
Beta Was this translation helpful? Give feedback.
6 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I created a function to compute the cycle life using the Prada2013 parameter sets.
However, when I ran this code, I got this error.
pybamm.expression_tree.exceptions.SolverError: Could not solve for summary variables, run
sim.solve(calc_esoh=False)` to skip this stepSo I changed it to
sim.solve(calc_esoh=False)
and now I get this error and can't run it.raise KeyError(f"'{key}' not found. Best matches are {best_matches}")
KeyError: "'Capacity [A.h]' not found. Best matches are ['Measured capacity [A.h]', 'Throughput capacity [A.h]', 'Loss of capacity to SEI [A.h]']"
What should I do to solve this situation??
I would be very grateful if you could let me know.
Beta Was this translation helpful? Give feedback.
All reactions