Throughput capacity [A.h], not shown in Summary variables #4297
Unanswered
Johannes-hub22
asked this question in
Q&A
Replies: 0 comments
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.
-
Hi guys,
I am running a sim of 100 cycles using the O'Kane dataset and for some reason the "Throughput capacity [A.h]" in summary_variables is showing zero for all cycles, while the other columns all show values.
I have specified model["calculate discharge energy"]="true" and export the summary variables using
df_summary=dict_to_df_safe(self.solution.summary_variables)
df_summary.to_csv(os.path.join(directory, PybammCycler.SUMMARY_FILE), index=False)
Does anyone know why the "Throughput capacity [A.h]" in summary_variables is showing zero?
Thanks in advance for the help

Beta Was this translation helpful? Give feedback.
All reactions