access to summary_variables #1671
-
I have tried to run Calendar aging example and include the summary_varibales in it to track the capacity fade, but it seems like these variables are inaccessible. Please see the following script. import pybamm as pb pb.set_logging_level("INFO") model= pb.lithium_ion.DFN({"SEI": "reaction limited"}) ##Calculate the stoic at Cell SOC, Enforce the initial concentration attributed to the SOC level sim = pb.Simulation(model, parameter_values=parameter_values) years = 30 sol = sim.solve(t_eval=t_eval, solver=solver) pb.dynamic_plot( fig, ax = plt.subplots() |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Which version are you using? Can you update to latest version? |
Beta Was this translation helpful? Give feedback.
Which version are you using? Can you update to latest version?